mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 20:39:01 +08:00
Merge remote-tracking branch 'origin/CURA-6867_pkg_for_macos' into CURA-6867_pkg_for_macos
This commit is contained in:
commit
7eb75f01d7
@ -149,7 +149,5 @@ if __name__ == "__main__":
|
|||||||
|
|
||||||
if Path(args.filename).suffix == ".pkg":
|
if Path(args.filename).suffix == ".pkg":
|
||||||
create_pkg_installer(args.filename, args.dist_path, cura_version)
|
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:
|
else:
|
||||||
create_dmg(args.filename, args.dist_path, args.source_path)
|
create_dmg(args.filename, args.dist_path, args.source_path)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user