mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-20 01:29:05 +08:00
Add osx_bundle_identifier
Contributes to CURA-9365
This commit is contained in:
parent
f3ebf98440
commit
87a521159e
@ -46,6 +46,7 @@ exe = EXE(
|
||||
target_arch=None,
|
||||
codesign_identity=os.getenv('CODESIGN_IDENTITY', None),
|
||||
entitlements_file={{ entitlements_file }},
|
||||
bundle_identifier='{{ osx_bundle_identifier }}'
|
||||
icon='{{ icon }}'
|
||||
)
|
||||
coll = COLLECT(
|
||||
|
@ -189,6 +189,7 @@ class CuraConan(ConanFile):
|
||||
collect_all = pyinstaller_metadata["collect_all"],
|
||||
icon = icon_path,
|
||||
entitlements_file = entitlements_file,
|
||||
osx_bundle_identifier = "nl.ultimaker.cura.dmg" if self.settings.os == "Macos" else "None",
|
||||
upx = str(self.settings.os == "Windows")
|
||||
))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user