Remove build installer check.

CURA-6867
This commit is contained in:
Joey de l'Arago 2023-01-11 13:03:16 +01:00
parent a80390efb3
commit 11b2c94988

View file

@ -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)