Fix file association

At least an attempt to.

Contribute to CURA-9157
This commit is contained in:
Jelle Spijker 2023-01-10 14:56:30 +01:00
parent dc946b7444
commit 79c7f820e4
2 changed files with 50 additions and 18 deletions

View file

@ -96,6 +96,8 @@ def build(dist_path: Path, filename: Path):
link_command = ["light", f"{build_loc.joinpath(wxs_loc.name).with_suffix('.wixobj')}",
f"{build_loc.joinpath(heat_loc.name).with_suffix('.wixobj')}",
f"{build_loc.joinpath(manageoldcuradlg_loc.name).with_suffix('.wixobj')}",
"-sw1076",
"-dcl:high",
"-ext", "WixUIExtension",
"-ext", "WixFirewallExtension",
"-out", f"{work_loc.joinpath(filename.name)}"]