summaryrefslogtreecommitdiff
path: root/installer_scripts/inkstitch.plist
diff options
context:
space:
mode:
authorrejbasket <39080670+rejbasket@users.noreply.github.com>2021-12-08 22:18:41 +0100
committerGitHub <noreply@github.com>2021-12-08 22:18:41 +0100
commit41ace3a9e53b52b4271554d7aedd88d533ee5f5e (patch)
tree83dd3887459eeb79c95177bf318598ee01514fa1 /installer_scripts/inkstitch.plist
parent49d0f88278798a6c061ce70dd6c1aafb0b1f7a6a (diff)
add macOS and windows installer (#1352)
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>