mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 05:05:53 +08:00
Fix Cura being moved on install
CURA-6867
This commit is contained in:
parent
9ae3bc37dc
commit
50c4f777ab
@ -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.
|
# 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_arguments = [
|
||||||
pkg_build_executable,
|
pkg_build_executable,
|
||||||
|
"--identifier", ULTIMAKER_CURA_DOMAIN,
|
||||||
"--component",
|
"--component",
|
||||||
Path(dist_path, app_filename),
|
Path(dist_path, app_filename),
|
||||||
Path(dist_path, component_filename),
|
Path(dist_path, component_filename),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user