aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/installer
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-11-01 19:32:42 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2019-12-11 12:06:25 +0100
commit95932e523bd5c67a15a68334c36fe3235db47b05 (patch)
tree0acc43da073d510a73a12649b3a3dbe65d4eb57c /installer
parentsyntax: disable events when highlighting (diff)
downloadwireguard-windows-95932e523bd5c67a15a68334c36fe3235db47b05.tar.xz
wireguard-windows-95932e523bd5c67a15a68334c36fe3235db47b05.zip
installer: use newer 3.11 stable branch of WiX
Diffstat (limited to 'installer')
-rw-r--r--installer/build.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/build.bat b/installer/build.bat
index d669b5f1..ce184c97 100644
--- a/installer/build.bat
+++ b/installer/build.bat
@@ -24,7 +24,7 @@ if exist .deps\prepared goto :build
cd .deps || goto :error
call :download wintun-x86.msm https://www.wintun.net/builds/wintun-x86-0.7.msm bdc40a2314964759653cd0717983dd3fedfeb53e7e15f4ed8370e12964c04b43 || goto :error
call :download wintun-amd64.msm https://www.wintun.net/builds/wintun-amd64-0.7.msm c87f9e0df51ac5c4fc8551f38c58b6fe6c43c06344451e3ed8939f05f4979c7d || goto :error
- call :download wix-binaries.zip http://wixtoolset.org/downloads/v3.14.0.2812/wix314-binaries.zip 923892298f37514622c58cbbd9c2cadf2822d9bb53df8ee83aaeb05280777611 || goto :error
+ call :download wix-binaries.zip https://github.com/wixtoolset/wix3/releases/download/wix3112rtm/wix311-binaries.zip 2c1888d5d1dba377fc7fa14444cf556963747ff9a0a289a3599cf09da03b9e2e || goto :error
echo [+] Extracting wix-binaries.zip
mkdir wix\bin || goto :error
tar -xf wix-binaries.zip -C wix\bin || goto :error