summaryrefslogtreecommitdiff
path: root/installer_scripts/inkstitch.plist
diff options
context:
space:
mode:
Diffstat (limited to 'installer_scripts/inkstitch.plist')
-rw-r--r--installer_scripts/inkstitch.plist18
1 files changed, 18 insertions, 0 deletions
diff --git a/installer_scripts/inkstitch.plist b/installer_scripts/inkstitch.plist
new file mode 100644
index 00000000..8d102d1f
--- /dev/null
+++ b/installer_scripts/inkstitch.plist
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<array>
+ <dict>
+ <key>BundleHasStrictIdentifier</key>
+ <false/>
+ <key>BundleIsRelocatable</key>
+ <false/>
+ <key>BundleIsVersionChecked</key>
+ <false/>
+ <key>BundleOverwriteAction</key>
+ <string>install</string>
+ <key>RootRelativeBundlePath</key>
+ <string>Contents/MacOS/electron/inkstitch-gui.app</string>
+ </dict>
+</array>
+</plist>