diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2020-05-10 11:12:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-10 11:12:03 +0200 |
| commit | 0b2156b1ad3368142d8be20c8f917374eb306af4 (patch) | |
| tree | af81efffd079c59c47bcfd698635dd351a67784c | |
| parent | e8222c87c98344b4d12539abdd24dbcc8f61b49a (diff) | |
fix simulator template (#694)
| -rw-r--r-- | templates/simulator.inx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/simulator.inx b/templates/simulator.inx index 8a777d04..53bec56a 100644 --- a/templates/simulator.inx +++ b/templates/simulator.inx @@ -2,8 +2,6 @@ <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> <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> |
