We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bea8d5 commit e70799bCopy full SHA for e70799b
installer/build.bat
@@ -21,7 +21,7 @@ if exist .deps\prepared goto :build
21
rmdir /s /q .deps 2> NUL
22
mkdir .deps || goto :error
23
cd .deps || goto :error
24
- call :download wix-binaries.zip https://wixtoolset.org/downloads/v3.14.0.4118/wix314-binaries.zip 34dcbba9952902bfb710161bd45ee2e721ffa878db99f738285a21c9b09c6edb || goto :error
+ call :download wix-binaries.zip https://github.com/wixtoolset/wix3/releases/download/wix3141rtm/wix314-binaries.zip 6ac824e1642d6f7277d0ed7ea09411a508f6116ba6fae0aa5f2c7daa2ff43d31 || goto :error
25
echo [+] Extracting wix-binaries.zip
26
mkdir wix\bin || goto :error
27
tar -xf wix-binaries.zip -C wix\bin || goto :error
0 commit comments