mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
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:
parent
c04cc7809a
commit
5b8ef526fb
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }}',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue