mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -06:00
Merge remote-tracking branch 'origin/CURA-6867_pkg_for_macos' into CURA-6867_pkg_for_macos
This commit is contained in:
commit
7eb75f01d7
1 changed files with 0 additions and 2 deletions
|
@ -149,7 +149,5 @@ if __name__ == "__main__":
|
|||
|
||||
if Path(args.filename).suffix == ".pkg":
|
||||
create_pkg_installer(args.filename, args.dist_path, cura_version)
|
||||
elif Path(args.filename).suffix == ".dmg":
|
||||
create_dmg(args.filename, args.dist_path, args.source_path)
|
||||
else:
|
||||
create_dmg(args.filename, args.dist_path, args.source_path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue