mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 01:35:53 +08:00
Update packaging/MacOS/build_macos.py
Co-authored-by: Jelle Spijker <j.spijker@ultimaker.com>
This commit is contained in:
parent
7e88e3a019
commit
902f4ef02e
@ -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