From 4bb97c5668710e1d70ca65753d56ff9a9d92f75d Mon Sep 17 00:00:00 2001 From: Doug Massay Date: Mon, 16 Dec 2024 08:51:53 -0500 Subject: [PATCH] Allow Sigil Installer to run on Windows arm64 [deploy] --- src/qt6sigil.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qt6sigil.cmake b/src/qt6sigil.cmake index 959257b4aa..abfb5e1d59 100644 --- a/src/qt6sigil.cmake +++ b/src/qt6sigil.cmake @@ -384,7 +384,7 @@ elseif (MSVC) # Specify platform var for Inno if ( 64_BIT_PLATFORM ) # Used in the ISS CMake configuration - set( ISS_ARCH "x64" ) + set( ISS_ARCH "x64compatible" ) set( ISS_SETUP_FILENAME_PLATFORM "-x64" ) endif()