Use bundle identifier including version. This stops the installer from overwriting previous installs. This is circumventing the intent of the pkg, it should always upgrade/update never double install. It will work though 🤷

CURA-6867
This commit is contained in:
Joey de l'Arago 2023-01-13 15:45:27 +01:00
parent c04cc7809a
commit 5b8ef526fb

View File

@ -255,7 +255,7 @@ app = UMBUNDLE(
coll,
name='{{ display_name }}.app'.replace(" ", "-"),
icon={{ icon }},
bundle_identifier={{ osx_bundle_identifier }},
bundle_identifier={{ osx_bundle_identifier }} + _ + {{ version }},
version={{ version }},
info_plist={
'CFBundleDisplayName': '{{ display_name }}',