mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 17:09:08 +08:00
Remove build installer check.
CURA-6867
This commit is contained in:
parent
a80390efb3
commit
11b2c94988
@ -107,6 +107,4 @@ if __name__ == "__main__":
|
||||
parser.add_argument("filename", type = str, help = "Filename of the pkg (e.g. 'UltiMaker-Cura-5.1.0-beta-Macos-X64.pkg')")
|
||||
args = parser.parse_args()
|
||||
|
||||
build_installer = bool(os.environ.get("BUILD_INSTALLER", "TRUE"))
|
||||
if build_installer:
|
||||
create_pkg_installer(args.filename, args.dist_path)
|
||||
create_pkg_installer(args.filename, args.dist_path)
|
||||
|
Loading…
x
Reference in New Issue
Block a user