mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Add osx_bundle_identifier
Contributes to CURA-9365
This commit is contained in:
parent
f3ebf98440
commit
87a521159e
2 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue