mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Fix file association
At least an attempt to. Contribute to CURA-9157
This commit is contained in:
parent
dc946b7444
commit
79c7f820e4
2 changed files with 50 additions and 18 deletions
|
@ -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)}"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue