mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Ignore self reg warning
This commit is contained in:
parent
1caad1c8dc
commit
38b4d8f2c4
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ def build(dist_path: Path, filename: Path):
|
||||||
manageoldcuradlg_loc = work_loc.joinpath("CustomizeCuraDlg.wxs")
|
manageoldcuradlg_loc = work_loc.joinpath("CustomizeCuraDlg.wxs")
|
||||||
build_loc = work_loc.joinpath("build_msi")
|
build_loc = work_loc.joinpath("build_msi")
|
||||||
|
|
||||||
heat_command = ["heat", "dir", f"{dist_loc.as_posix()}\\", "-dr", "APPLICATIONFOLDER", "-cg", "NewFilesGroup",
|
heat_command = ["heat", "dir", f"{dist_loc.as_posix()}\\", "-dr", "APPLICATIONFOLDER", "-cg", "NewFilesGroup", "-sw5150",
|
||||||
"-gg", "-g1", "-sf", "-srd", "-var", "var.CuraDir", "-t", f"{exclude_components_loc.as_posix()}",
|
"-gg", "-g1", "-sf", "-srd", "-var", "var.CuraDir", "-t", f"{exclude_components_loc.as_posix()}",
|
||||||
"-out", f"{heat_loc.as_posix()}"]
|
"-out", f"{heat_loc.as_posix()}"]
|
||||||
subprocess.call(heat_command)
|
subprocess.call(heat_command)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue