diff options
Diffstat (limited to 'templates/embroider_input.inx')
| -rw-r--r-- | templates/embroider_input.inx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/embroider_input.inx b/templates/embroider_input.inx index 3af8f79e..24bba7e4 100644 --- a/templates/embroider_input.inx +++ b/templates/embroider_input.inx @@ -2,7 +2,7 @@ <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> <_name>{{ format | upper }} file input</_name> <id>org.inkstitch.input.{{ format }}</id> - <dependency type="executable" location="extensions">embroider_input.py</dependency> + <dependency type="executable" location="extensions">inkstitch.py</dependency> <dependency type="executable" location="extensions">inkex.py</dependency> <input> <extension>.{{ format }}</extension> @@ -10,8 +10,9 @@ <_filetypename>Ink/Stitch: {{ description }} (.{{ format }})</_filetypename> <_filetypetooltip>convert {{ format | upper }} file to Ink/Stitch manual-stitch paths</_filetypetooltip> </input> + <param name="extension" type="string" gui-hidden="true">input</param> <script> - <command reldir="extensions" interpreter="python">embroider_input.py</command> + <command reldir="extensions" interpreter="python">inkstitch.py</command> </script> </inkscape-extension> |
