From fb719c28e8775222df2cb6976caaa848f82eae2a Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Thu, 13 Apr 2023 09:11:52 -0700 Subject: [PATCH] WiX: permit building the installer for ARM64 Windows ARM64 support is slowly being bootstrapped, enable the ARM64 installer which differs only in the upgrade code and the architecture name. --- .../{installer.wxs => installer-amd64.wxs} | 0 platforms/Windows/installer-arm64.wxs | 25 +++++++++++++++++++ platforms/Windows/installer.wixproj | 5 +++- 3 files changed, 29 insertions(+), 1 deletion(-) rename platforms/Windows/{installer.wxs => installer-amd64.wxs} (100%) create mode 100644 platforms/Windows/installer-arm64.wxs diff --git a/platforms/Windows/installer.wxs b/platforms/Windows/installer-amd64.wxs similarity index 100% rename from platforms/Windows/installer.wxs rename to platforms/Windows/installer-amd64.wxs diff --git a/platforms/Windows/installer-arm64.wxs b/platforms/Windows/installer-arm64.wxs new file mode 100644 index 00000000..b76b291d --- /dev/null +++ b/platforms/Windows/installer-arm64.wxs @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/platforms/Windows/installer.wixproj b/platforms/Windows/installer.wixproj index 3956b226..ebd0f048 100644 --- a/platforms/Windows/installer.wixproj +++ b/platforms/Windows/installer.wixproj @@ -5,6 +5,9 @@ + amd64 + $(ProductArchitecture) + 0.0.0 $(ProductVersion) @@ -31,6 +34,6 @@ - +