From 87a521159e683db20b20794777c31f018bbf1358 Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Fri, 1 Jul 2022 06:45:23 +0200 Subject: Add osx_bundle_identifier Contributes to CURA-9365 --- conanfile.py | 1 + 1 file changed, 1 insertion(+) (limited to 'conanfile.py') 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") )) -- cgit v1.2.3