From b86accb2d5986d267085937d740062231952913e Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 25 Apr 2019 16:06:50 +0200 Subject: build: remove alignment whitespace Simon likes this, but I usually don't. --- build.bat | 4 ++-- installer/build.bat | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.bat b/build.bat index 74cff497..12a43a67 100644 --- a/build.bat +++ b/build.bat @@ -12,7 +12,7 @@ if exist .deps\prepared goto :build cd .deps || goto :error call :download go.zip https://dl.google.com/go/go1.12.3.windows-amd64.zip 1806e089e85b84f192d782a7f70f90a32e0eccfd181405857e612f806ec04059 || goto :error rem Mirror of https://musl.cc/i686-w64-mingw32-native.zip - call :download mingw-x86.zip https://download.wireguard.com/windows-toolchain/distfiles/i686-w64-mingw32-native-20190425.zip 5810b4a9af34c12690ec355ad2a237d2a4c16f5e8cb68988dc0f2e48457534d0 || goto :error + call :download mingw-x86.zip https://download.wireguard.com/windows-toolchain/distfiles/i686-w64-mingw32-native-20190425.zip 5810b4a9af34c12690ec355ad2a237d2a4c16f5e8cb68988dc0f2e48457534d0 || goto :error rem Mirror of https://musl.cc/x86_64-w64-mingw32-native.zip call :download mingw-amd64.zip https://download.wireguard.com/windows-toolchain/distfiles/x86_64-w64-mingw32-native-20190307.zip 5390762183e181804b28eb13815b6210f85a1280057b815f749b06768215f817 || goto :error echo [+] Extracting go.zip @@ -33,7 +33,7 @@ if exist .deps\prepared goto :build set GOPATH=%STARTDIR%\.deps\gopath set GOROOT=%STARTDIR%\.deps\go set CGO_ENABLED=1 - call :build_plat x86 i686 386 || goto :error + call :build_plat x86 i686 386 || goto :error call :build_plat amd64 x86_64 amd64 || goto :error :sign 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 -- cgit v1.2.3-59-g8ed1b