Jelle Spijker 2023-01-11 16:46:27 +01:00
parent e31c2735dc
commit 8e9289fd11

View file

@ -112,6 +112,7 @@ def build(dist_path: Path, filename: Path):
f"{build_loc.joinpath(manageoldcuradlg_loc.name).with_suffix('.wixobj')}",
"-sw1076", # Don't pollute logs with warnings from auto generated content
"-dcl:high", # Use high compression ratio
"-sval", # Disable ICE validation otherwise the CI complains
"-ext", "WixUIExtension",
"-ext", "WixFirewallExtension",
"-out", f"{work_loc.joinpath(filename.name)}"]