aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/installer/build.bat
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-04-25 16:06:50 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-04-25 16:06:50 +0200
commitdd172b368f50f99e6180b7796aff67ce0246e4e6 (patch)
treea70a3c451a0419d0b886d7d795de0be7e7cb4864 /installer/build.bat
parentmain: forbid wow64 executions (diff)
downloadwireguard-windows-dd172b368f50f99e6180b7796aff67ce0246e4e6.tar.xz
wireguard-windows-dd172b368f50f99e6180b7796aff67ce0246e4e6.zip
build: remove alignment whitespace
Simon likes this, but I usually don't. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'installer/build.bat')
-rw-r--r--installer/build.bat6
1 files changed, 3 insertions, 3 deletions
diff --git a/installer/build.bat b/installer/build.bat
index 5e8b2032..57b18616 100644
--- a/installer/build.bat
+++ b/installer/build.bat
@@ -19,8 +19,8 @@ if exist .deps\prepared goto :build
mkdir .deps || goto :error
cd .deps || goto :error
call :download wix-binaries.zip http://wixtoolset.org/downloads/v3.14.0.2812/wix314-binaries.zip 923892298f37514622c58cbbd9c2cadf2822d9bb53df8ee83aaeb05280777611 || goto :error
- rem call :download wintun-x86.msm https://www.wintun.net/builds/wintun-x86-0.1.msm 5390762183e181804b28eb13815b6210f85a1280057b815f749b06768215f817 || goto :error
- call :download wintun-amd64.msm https://www.wintun.net/builds/wintun-amd64-0.1.msm 850b8e76ced2b1bbbfd601b04726b6e491d14b583694d139855c1d337ee48590 || goto :error
+ rem call :download wintun-x86.msm https://www.wintun.net/builds/wintun-x86-0.1.msm 5390762183e181804b28eb13815b6210f85a1280057b815f749b06768215f817 || goto :error
+ call :download wintun-amd64.msm https://www.wintun.net/builds/wintun-amd64-0.1.msm 850b8e76ced2b1bbbfd601b04726b6e491d14b583694d139855c1d337ee48590 || goto :error
echo [+] Extracting wix-binaries.zip
mkdir wix\bin || goto :error
tar -xf wix-binaries.zip -C wix\bin || goto :error
@@ -31,7 +31,7 @@ if exist .deps\prepared goto :build
:build
set WIX=%STARTDIR%\.deps\wix\
- call :msi x86 x86 || goto :error
+ call :msi x86 x86 || goto :error
call :msi amd64 x64 || goto :error
if exist ..\sign.bat call ..\sign.bat
if "%SigningCertificate%"=="" goto :build_sfx