Update laser.inx

Update location according to https://wiki.inkscape.org/wiki/index.php/Updating_your_Extension_for_1.0
This commit is contained in:
aspeteRakete
2020-12-31 11:12:49 +01:00
committed by GitHub
parent 4e4fb85e7c
commit 2260bcf74d

View File

@@ -2,7 +2,7 @@
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<_name>J Tech Photonics Laser Tool</_name>
<id>jtechphotonics.com</id>
<dependency type="executable" location="extensions">laser.py</dependency>
<dependency type="executable" location="inx">laser.py</dependency>
<dependency type="executable" location="extensions">inkex.py</dependency>
<param name="laser-command" type="string" _gui-text="Laser ON Command:">M03</param>
@@ -30,7 +30,7 @@
</effect>
<script>
<command reldir="extensions" interpreter="python">laser.py</command>
<command reldir="inx" interpreter="python">laser.py</command>
</script>
</inkscape-extension>