Skip to content

Commit ae81ac1

Browse files
committed
Bump WiX to v3.14.1
1 parent 4778ca4 commit ae81ac1

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

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)