Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj.spijker@ultimaker.com <jelle spijker>2022-07-01 07:45:23 +0300
committerJelle Spijker <j.spijker@ultimaker.com>2022-07-01 07:52:19 +0300
commit87a521159e683db20b20794777c31f018bbf1358 (patch)
tree7b4a08def10b5941300f40cd8937468e055749a7 /conanfile.py
parentf3ebf984407c4530b506a8126056c8760ddf8277 (diff)
Add osx_bundle_identifier
Contributes to CURA-9365
Diffstat (limited to 'conanfile.py')
-rw-r--r--conanfile.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/conanfile.py b/conanfile.py
index 60d6c63823..4db9bbaef7 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -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")
))