diff --git a/Distribution.xml b/Distribution.xml index 4ba46a82..1e854d41 100644 --- a/Distribution.xml +++ b/Distribution.xml @@ -10,11 +10,11 @@ - + - - + + - Component.pkg + Component.pkg \ No newline at end of file diff --git a/Info.plist b/Info.plist index b58d5eba..52c26b06 100644 --- a/Info.plist +++ b/Info.plist @@ -6,7 +6,7 @@ CFBundleDevelopmentRegionEnglish CFBundleNameVCV Rack 2 Free CFBundleDisplayNameVCV Rack 2 Free - CFBundleIdentifiercom.vcvrack.rack + CFBundleIdentifiercom.vcvrack.rack2 CFBundleVersion{VERSION} CFBundlePackageTypeAPPL CFBundleSignatureRACK diff --git a/Makefile b/Makefile index 8c7771e6..76d4362d 100644 --- a/Makefile +++ b/Makefile @@ -260,7 +260,7 @@ ifdef ARCH_MAC # Make standalone PKG mkdir -p dist/Component cp -R dist/"$(DIST_BUNDLE)" dist/Component/ - pkgbuild --identifier com.vcvrack.rack --component-plist Component.plist --root dist/Component --install-location /Applications dist/Component.pkg + pkgbuild --identifier com.vcvrack.rack2 --component-plist Component.plist --root dist/Component --install-location /Applications dist/Component.pkg # Make PKG productbuild --distribution Distribution.xml --package-path dist dist/$(DIST_NAME).pkg productsign --sign "Developer ID Installer: Andrew Belt (V8SW9J626X)" dist/$(DIST_NAME).pkg dist/$(DIST_NAME)-signed.pkg