From 50c4f777abbcb00537012c6068552632ac3d7017 Mon Sep 17 00:00:00 2001 From: Joey de l'Arago Date: Wed, 11 Jan 2023 16:08:06 +0100 Subject: [PATCH] Fix Cura being moved on install CURA-6867 --- packaging/MacOS/build_macos.py | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/MacOS/build_macos.py b/packaging/MacOS/build_macos.py index 06880cf9b7..ded6baee74 100644 --- a/packaging/MacOS/build_macos.py +++ b/packaging/MacOS/build_macos.py @@ -24,6 +24,7 @@ def build_pkg(dist_path: str, app_filename: str, component_filename: str, instal # This builds the component package that contains UltiMaker-Cura.app. This component package will be bundled in a distribution package. pkg_build_arguments = [ pkg_build_executable, + "--identifier", ULTIMAKER_CURA_DOMAIN, "--component", Path(dist_path, app_filename), Path(dist_path, component_filename),