Tweak macOS packaging
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
95ceb4546d
commit
466c8d4235
6 changed files with 48 additions and 13 deletions
18
utils/macOS/Build_JACK.plist
Normal file
18
utils/macOS/Build_JACK.plist
Normal file
|
|
@ -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>
|
||||
<true/>
|
||||
<key>BundleIsRelocatable</key>
|
||||
<false/>
|
||||
<key>BundleIsVersionChecked</key>
|
||||
<false/>
|
||||
<key>BundleOverwriteAction</key>
|
||||
<string>upgrade</string>
|
||||
<key>RootRelativeBundlePath</key>
|
||||
<string>Cardinal.app</string>
|
||||
</dict>
|
||||
</array>
|
||||
</plist>
|
||||
Loading…
Add table
Add a link
Reference in a new issue