Skip to content

Commit e70799b

Browse files
committed
installer: update WiX Toolset download URL and version
The version 3.14.0.4118 we were using is no longer available for download. Signed-off-by: Simon Rozman <[email protected]>
1 parent 6bea8d5 commit e70799b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if exist .deps\prepared goto :build
2121
rmdir /s /q .deps 2> NUL
2222
mkdir .deps || goto :error
2323
cd .deps || goto :error
24-
call :download wix-binaries.zip https://wixtoolset.org/downloads/v3.14.0.4118/wix314-binaries.zip 34dcbba9952902bfb710161bd45ee2e721ffa878db99f738285a21c9b09c6edb || goto :error
24+
call :download wix-binaries.zip https://github.com/wixtoolset/wix3/releases/download/wix3141rtm/wix314-binaries.zip 6ac824e1642d6f7277d0ed7ea09411a508f6116ba6fae0aa5f2c7daa2ff43d31 || goto :error
2525
echo [+] Extracting wix-binaries.zip
2626
mkdir wix\bin || goto :error
2727
tar -xf wix-binaries.zip -C wix\bin || goto :error

0 commit comments

Comments
 (0)