Skip Finder-prettifying

Contributes CURA-11038
This commit is contained in:
Jelle Spijker 2023-09-20 17:57:47 +02:00
parent 471490540d
commit cc3eb54c1b
No known key found for this signature in database
GPG Key ID: 034D1C0527888B65

View File

@ -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", "--eula", f"{source_path}/packaging/cura_license.txt",
"--background", f"{source_path}/packaging/MacOs/cura_background_dmg.png", "--background", f"{source_path}/packaging/MacOs/cura_background_dmg.png",
"--hdiutil-quiet", "--hdiutil-quiet",
"--skip-jenkins",
f"{dist_path}/{filename}", f"{dist_path}/{filename}",
f"{dist_path}/{app_name}"] f"{dist_path}/{app_name}"]