diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/auto_satin.inx | 2 | ||||
| -rw-r--r-- | templates/convert_to_satin.inx | 2 | ||||
| -rw-r--r-- | templates/cut_satin.inx | 2 | ||||
| -rw-r--r-- | templates/embroider.inx | 2 | ||||
| -rw-r--r-- | templates/flip.inx | 2 | ||||
| -rw-r--r-- | templates/global_commands.inx | 2 | ||||
| -rw-r--r-- | templates/input.inx | 2 | ||||
| -rw-r--r-- | templates/install.inx | 2 | ||||
| -rw-r--r-- | templates/layer_commands.inx | 2 | ||||
| -rw-r--r-- | templates/lettering.inx | 2 | ||||
| -rw-r--r-- | templates/object_commands.inx | 2 | ||||
| -rw-r--r-- | templates/output.inx | 2 | ||||
| -rw-r--r-- | templates/params.inx | 2 | ||||
| -rw-r--r-- | templates/print.inx | 2 | ||||
| -rw-r--r-- | templates/remove_embroidery_settings.inx | 2 | ||||
| -rw-r--r-- | templates/simulate.inx | 2 | ||||
| -rw-r--r-- | templates/troubleshoot.inx | 2 | ||||
| -rw-r--r-- | templates/zip.inx | 2 |
18 files changed, 18 insertions, 18 deletions
diff --git a/templates/auto_satin.inx b/templates/auto_satin.inx index 60ca29cd..5830d599 100644 --- a/templates/auto_satin.inx +++ b/templates/auto_satin.inx @@ -16,6 +16,6 @@ </effects-menu> </effect> <script> - <command reldir="extensions" interpreter="python">inkstitch.py</command> + {{ command_tag | safe }} </script> </inkscape-extension> diff --git a/templates/convert_to_satin.inx b/templates/convert_to_satin.inx index d0f87911..d09b2fc2 100644 --- a/templates/convert_to_satin.inx +++ b/templates/convert_to_satin.inx @@ -14,6 +14,6 @@ </effects-menu> </effect> <script> - <command reldir="extensions" interpreter="python">inkstitch.py</command> + {{ command_tag | safe }} </script> </inkscape-extension> diff --git a/templates/cut_satin.inx b/templates/cut_satin.inx index c96d9092..8705e28a 100644 --- a/templates/cut_satin.inx +++ b/templates/cut_satin.inx @@ -14,6 +14,6 @@ </effects-menu> </effect> <script> - <command reldir="extensions" interpreter="python">inkstitch.py</command> + {{ command_tag | safe }} </script> </inkscape-extension> diff --git a/templates/embroider.inx b/templates/embroider.inx index f030c8d6..7a7c0e59 100644 --- a/templates/embroider.inx +++ b/templates/embroider.inx @@ -23,6 +23,6 @@ </effects-menu> </effect> <script> - <command reldir="extensions" interpreter="python">inkstitch.py</command> + {{ command_tag | safe }} </script> </inkscape-extension> diff --git a/templates/flip.inx b/templates/flip.inx index 763cf7cc..5440caa3 100644 --- a/templates/flip.inx +++ b/templates/flip.inx @@ -14,6 +14,6 @@ </effects-menu> </effect> <script> - <command reldir="extensions" interpreter="python">inkstitch.py</command> + {{ command_tag | safe }} </script> </inkscape-extension> diff --git a/templates/global_commands.inx b/templates/global_commands.inx index 24d42c90..d55f77bd 100644 --- a/templates/global_commands.inx +++ b/templates/global_commands.inx @@ -19,6 +19,6 @@ </effects-menu> </effect> <script> - <command reldir="extensions" interpreter="python">inkstitch.py</command> + {{ command_tag | safe }} </script> </inkscape-extension> diff --git a/templates/input.inx b/templates/input.inx index 6e810a70..b2db4563 100644 --- a/templates/input.inx +++ b/templates/input.inx @@ -12,6 +12,6 @@ </input> <param name="extension" type="string" gui-hidden="true">input</param> <script> - <command reldir="extensions" interpreter="python">inkstitch.py</command> + {{ command_tag | safe }} </script> </inkscape-extension> diff --git a/templates/install.inx b/templates/install.inx index adfffd9d..431bcb89 100644 --- a/templates/install.inx +++ b/templates/install.inx @@ -12,6 +12,6 @@ </effects-menu> </effect> <script> - <command reldir="extensions" interpreter="python">inkstitch.py</command> + {{ command_tag | safe }} </script> </inkscape-extension> diff --git a/templates/layer_commands.inx b/templates/layer_commands.inx index 6b978e43..4f586363 100644 --- a/templates/layer_commands.inx +++ b/templates/layer_commands.inx @@ -18,6 +18,6 @@ </effects-menu> </effect> <script> - <command reldir="extensions" interpreter="python">inkstitch.py</command> + {{ command_tag | safe }} </script> </inkscape-extension> diff --git a/templates/lettering.inx b/templates/lettering.inx index 96e90ca0..3b0c3049 100644 --- a/templates/lettering.inx +++ b/templates/lettering.inx @@ -12,6 +12,6 @@ </effects-menu> </effect> <script> - <command reldir="extensions" interpreter="python">inkstitch.py</command> + {{ command_tag | safe }} </script> </inkscape-extension> diff --git a/templates/object_commands.inx b/templates/object_commands.inx index 1b1c40d9..2e973789 100644 --- a/templates/object_commands.inx +++ b/templates/object_commands.inx @@ -17,6 +17,6 @@ </effects-menu> </effect> <script> - <command reldir="extensions" interpreter="python">inkstitch.py</command> + {{ command_tag | safe }} </script> </inkscape-extension> diff --git a/templates/output.inx b/templates/output.inx index 6899c5d3..9f92ef71 100644 --- a/templates/output.inx +++ b/templates/output.inx @@ -16,6 +16,6 @@ {% set params = "output_params_" + format + ".xml" %} {% include params ignore missing %} <script> - <command reldir="extensions" interpreter="python">inkstitch.py</command> + {{ command_tag | safe }} </script> </inkscape-extension> diff --git a/templates/params.inx b/templates/params.inx index 9f60f4ae..19e24cbe 100644 --- a/templates/params.inx +++ b/templates/params.inx @@ -12,6 +12,6 @@ </effects-menu> </effect> <script> - <command reldir="extensions" interpreter="python">inkstitch.py</command> + {{ command_tag | safe }} </script> </inkscape-extension> diff --git a/templates/print.inx b/templates/print.inx index 61385129..d9d59ef3 100644 --- a/templates/print.inx +++ b/templates/print.inx @@ -12,6 +12,6 @@ </effects-menu> </effect> <script> - <command reldir="extensions" interpreter="python">inkstitch.py</command> + {{ command_tag | safe }} </script> </inkscape-extension> diff --git a/templates/remove_embroidery_settings.inx b/templates/remove_embroidery_settings.inx index d070f34f..a68ba724 100644 --- a/templates/remove_embroidery_settings.inx +++ b/templates/remove_embroidery_settings.inx @@ -19,6 +19,6 @@ </effects-menu> </effect> <script> - <command reldir="extensions" interpreter="python">inkstitch.py</command> + {{ command_tag | safe }} </script> </inkscape-extension> diff --git a/templates/simulate.inx b/templates/simulate.inx index 90f3717c..7cab9850 100644 --- a/templates/simulate.inx +++ b/templates/simulate.inx @@ -12,6 +12,6 @@ </effects-menu> </effect> <script> - <command reldir="extensions" interpreter="python">inkstitch.py</command> + {{ command_tag | safe }} </script> </inkscape-extension> diff --git a/templates/troubleshoot.inx b/templates/troubleshoot.inx index 6931fb39..29b72a17 100644 --- a/templates/troubleshoot.inx +++ b/templates/troubleshoot.inx @@ -13,6 +13,6 @@ </effects-menu> </effect> <script> - <command reldir="extensions" interpreter="python">inkstitch.py</command> + {{ command_tag | safe }} </script> </inkscape-extension> diff --git a/templates/zip.inx b/templates/zip.inx index 952123c9..4a24096d 100644 --- a/templates/zip.inx +++ b/templates/zip.inx @@ -16,6 +16,6 @@ {% endfor %} <param name="extension" type="string" gui-hidden="true">zip</param> <script> - <command reldir="extensions" interpreter="python">inkstitch.py</command> + {{ command_tag | safe }} </script> </inkscape-extension> |
