mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 20:28:01 -06:00
Skip Finder-prettifying
Contributes CURA-11038
This commit is contained in:
parent
471490540d
commit
cc3eb54c1b
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ def build_dmg(source_path: str, dist_path: str, filename: str, app_name: str) ->
|
|||
"--eula", f"{source_path}/packaging/cura_license.txt",
|
||||
"--background", f"{source_path}/packaging/MacOs/cura_background_dmg.png",
|
||||
"--hdiutil-quiet",
|
||||
"--skip-jenkins",
|
||||
f"{dist_path}/{filename}",
|
||||
f"{dist_path}/{app_name}"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue