Skip to content

Commit 84f7600

Browse files
authored
Merge pull request #1707 from rmartin16/wix3.14.1
Bump WiX to v3.14.1
2 parents 4778ca4 + e93d4a8 commit 84f7600

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed
File renamed without changes.

changes/1707.feature.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
WiX v3.14.1 is now used to package Windows apps. Run ``briefcase upgrade wix`` to start using this version.

src/briefcase/integrations/wix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

tests/integrations/wix/conftest.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
from briefcase.integrations.download import Download
88
from 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

0 commit comments

Comments
 (0)