From a7aef8f1473a99d9abcdf5e8f2f45551e6f61335 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Wed, 12 Jan 2022 19:06:34 -0600 Subject: [PATCH] Use new WiX 3.14 variable instead of BuildLabEx hack for ARM64 detection --- README.md | 2 +- wix/MoonlightSetup/Bundle.wxs | 18 ++++++------------ 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 36a43056..88b638e2 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Hosting for Moonlight's Raspberry Pi and L4T package repositories is graciously * [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/) (Community edition is fine) * Select **MSVC 2019** option during Qt installation. MinGW is not supported. * [7-Zip](https://www.7-zip.org/) (only if building installers for non-development PCs) -* [WiX Toolset](https://wixtoolset.org/releases/) v3.11 or later (only if building installers for non-development PCs) +* [WiX Toolset](https://wixtoolset.org/releases/v3-14-0-5722/) v3.14.0.5722 or later (only if building installers for non-development PCs) ### macOS Build Requirements * Qt 6.2 SDK or later diff --git a/wix/MoonlightSetup/Bundle.wxs b/wix/MoonlightSetup/Bundle.wxs index f87bbdaa..8841ac58 100644 --- a/wix/MoonlightSetup/Bundle.wxs +++ b/wix/MoonlightSetup/Bundle.wxs @@ -54,12 +54,6 @@ Value="DesktopShortcutInstallState" Condition="HasDesktopShortcutInstallStateRegKey" /> - - @@ -162,7 +156,7 @@ @@ -172,7 +166,7 @@