mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 07:28:59 +08:00
Addd display name to bundle identifier as well so that enterprise can be installed alongside normal Cura.
CURA-6867
This commit is contained in:
parent
b72e29f33b
commit
7e88e3a019
@ -255,7 +255,7 @@ app = UMBUNDLE(
|
||||
coll,
|
||||
name='{{ display_name }}.app'.replace(" ", "-"),
|
||||
icon={{ icon }},
|
||||
bundle_identifier={{ osx_bundle_identifier }} + "_" + {{ short_version }},
|
||||
bundle_identifier={{ osx_bundle_identifier }} + "_" + '{{ display_name }}'.replace(" ", "_") + "_" {{ short_version }},
|
||||
version={{ version }},
|
||||
info_plist={
|
||||
'CFBundleDisplayName': '{{ display_name }}',
|
||||
|
Loading…
x
Reference in New Issue
Block a user