mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
Remove build installer check.
CURA-6867
This commit is contained in:
parent
a80390efb3
commit
11b2c94988
1 changed files with 1 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue