diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2020-05-07 18:25:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-07 18:25:52 +0200 |
| commit | e8222c87c98344b4d12539abdd24dbcc8f61b49a (patch) | |
| tree | 904bfaf0947be18b19d71f64722d1fb3b6c130b8 | |
| parent | 555628b0bc4f812d7323fb68d969a413e2caa8ad (diff) | |
update simulator command tag (#688)
| -rw-r--r-- | templates/simulator.inx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/simulator.inx b/templates/simulator.inx index 6ac92d07..8a777d04 100644 --- a/templates/simulator.inx +++ b/templates/simulator.inx @@ -12,6 +12,6 @@ </effects-menu> </effect> <script> - <command reldir="extensions" interpreter="python">inkstitch.py</command> + {{ command_tag | safe }} </script> </inkscape-extension> |
