summaryrefslogtreecommitdiff
path: root/inx/embroider_palettes.inx
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2018-04-25 20:55:17 -0400
committerLex Neva <github.com@lexneva.name>2018-04-28 20:17:25 -0400
commit0e77c0d9a83f9d119830c9eb930d3f8187f5e34e (patch)
tree1e818cabb92ecc9781249dffc3360d1cd4e804c7 /inx/embroider_palettes.inx
parentb842c4148b5522729dd2483c22dd4e7b8de54f9a (diff)
deal with windows file copy permissions issues
Diffstat (limited to 'inx/embroider_palettes.inx')
-rw-r--r--inx/embroider_palettes.inx16
1 files changed, 16 insertions, 0 deletions
diff --git a/inx/embroider_palettes.inx b/inx/embroider_palettes.inx
new file mode 100644
index 00000000..47ff6cf3
--- /dev/null
+++ b/inx/embroider_palettes.inx
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
+ <_name>Install thread manufacturer color palettes</_name>
+ <id>org.inkstitch.palettes</id>
+ <dependency type="executable" location="extensions">embroider_palettes.py</dependency>
+ <dependency type="executable" location="extensions">inkex.py</dependency>
+ <effect>
+ <object-type>all</object-type>
+ <effects-menu>
+ <submenu _name="Embroidery"/>
+ </effects-menu>
+ </effect>
+ <script>
+ <command reldir="extensions" interpreter="python">embroider_palettes.py</command>
+ </script>
+</inkscape-extension>