From 22647958aee9828ecdd16f09e3a1bdf6b606578f Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Mon, 9 Nov 2020 15:38:10 +0100 Subject: installer: updater: introduce ARM64 MSI packages Windows 10 ARM64 refuses to install ARM MSI. Signed-off-by: Simon Rozman --- installer/.gitignore | 1 + installer/build.bat | 3 ++- installer/wireguard.wxs | 4 +++- 3 files changed, 6 insertions(+), 2 deletions(-) (limited to 'installer') diff --git a/installer/.gitignore b/installer/.gitignore index 3b5ee366..fc4d2127 100644 --- a/installer/.gitignore +++ b/installer/.gitignore @@ -6,3 +6,4 @@ /x86 /amd64 /arm +/arm64 diff --git a/installer/build.bat b/installer/build.bat index f7ac7246..ae8a24e3 100644 --- a/installer/build.bat +++ b/installer/build.bat @@ -20,7 +20,7 @@ if exist .deps\prepared goto :build rmdir /s /q .deps 2> NUL mkdir .deps || goto :error cd .deps || goto :error - call :download wix-binaries.zip https://github.com/wixtoolset/wix3/releases/download/wix3112rtm/wix311-binaries.zip 2c1888d5d1dba377fc7fa14444cf556963747ff9a0a289a3599cf09da03b9e2e || goto :error + call :download wix-binaries.zip https://wixtoolset.org/downloads/v3.14.0.4118/wix314-binaries.zip 34dcbba9952902bfb710161bd45ee2e721ffa878db99f738285a21c9b09c6edb || goto :error echo [+] Extracting wix-binaries.zip mkdir wix\bin || goto :error tar -xf wix-binaries.zip -C wix\bin || goto :error @@ -38,6 +38,7 @@ if exist .deps\prepared goto :build call :msi x86 i686 x86 || goto :error call :msi amd64 x86_64 x64 || goto :error call :msi arm armv7 arm || goto :error + call :msi arm64 aarch64 arm64 || goto :error if exist ..\sign.bat call ..\sign.bat if "%SigningCertificate%"=="" goto :success if "%TimestampServer%"=="" goto :success diff --git a/installer/wireguard.wxs b/installer/wireguard.wxs index 85e09e08..56d00163 100644 --- a/installer/wireguard.wxs +++ b/installer/wireguard.wxs @@ -5,7 +5,7 @@ Copyright (C) 2019 WireGuard LLC. All Rights Reserved. --> - + @@ -16,6 +16,8 @@ + + -- cgit v1.2.3-59-g8ed1b