File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed
src/briefcase/integrations Expand file tree Collapse file tree 4 files changed +3
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1+ WiX v3.14.1 is now used to package Windows apps. Run ``briefcase upgrade wix `` to start using this version.
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ def __init__(
3737
3838 @property
3939 def download_url (self ) -> str :
40- return "https://github.com/wixtoolset/wix3/releases/download/wix314rtm /wix314-binaries.zip"
40+ return "https://github.com/wixtoolset/wix3/releases/download/wix3141rtm /wix314-binaries.zip"
4141
4242 @property
4343 def heat_exe (self ) -> Path :
Original file line number Diff line number Diff line change 77from briefcase .integrations .download import Download
88from briefcase .integrations .subprocess import Subprocess
99
10- WIX_DOWNLOAD_URL = (
11- "https://github.com/wixtoolset/wix3/releases/download/wix314rtm/wix314-binaries.zip"
12- )
10+ WIX_DOWNLOAD_URL = "https://github.com/wixtoolset/wix3/releases/download/wix3141rtm/wix314-binaries.zip"
1311
1412
1513@pytest .fixture
You can’t perform that action at this time.
0 commit comments