summaryrefslogtreecommitdiff
path: root/installer_scripts/inkstitch.plist
blob: 4d85c7a5311b887122f14787d8dd006481a035df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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/Frameworks/electron/inkstitch-gui.app</string>
	</dict>
</array>
</plist>