summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/simulator.inx (renamed from templates/simulate.inx)10
1 files changed, 6 insertions, 4 deletions
diff --git a/templates/simulate.inx b/templates/simulator.inx
index 09f29d38..6ac92d07 100644
--- a/templates/simulate.inx
+++ b/templates/simulator.inx
@@ -1,8 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <name>{% trans %}Simulate{% endtrans %}</name>
- <id>org.inkstitch.simulate.{{ locale }}</id>
- <param name="extension" type="string" gui-hidden="true">simulate</param>
+ <name>{% trans %}Simulator{% endtrans %}</name>
+ <id>org.inkstitch.simulator.{{ locale }}</id>
+ <dependency type="executable" location="extensions">inkstitch.py</dependency>
+ <dependency type="executable" location="extensions">inkex.py</dependency>
+ <param name="extension" type="string" gui-hidden="true">simulator</param>
<effect>
<object-type>all</object-type>
<effects-menu>
@@ -10,6 +12,6 @@
</effects-menu>
</effect>
<script>
- {{ command_tag | safe }}
+ <command reldir="extensions" interpreter="python">inkstitch.py</command>
</script>
</inkscape-extension>