Browse Source

Set BundleHasStrictIdentifier to false so Rack <=2.6.0 Mac app bundles with identifier `com.vcvrack.rack` are overwritten with the new `com.vcvrack.rack2` app bundle. Set BundleIsRelocatable to true so if a user moves the Rack >=2.6.1 app bundle, the installer will find it by its identifier and upgrade (overwrite) it.

tags/v2.6.2
Andrew Belt 1 month ago
parent
commit
27cebc7675
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Component.plist

+ 2
- 2
Component.plist View File

@@ -3,9 +3,9 @@
<plist version="1.0">
<array>
<dict>
<key>BundleHasStrictIdentifier</key><true/>
<key>BundleHasStrictIdentifier</key><false/>
<key>BundleIsVersionChecked</key><false/>
<key>BundleIsRelocatable</key><false/>
<key>BundleIsRelocatable</key><true/>
<key>BundleOverwriteAction</key><string>upgrade</string>
<key>RootRelativeBundlePath</key><string>VCV Rack 2 Free.app</string>
</dict>


Loading…
Cancel
Save