From 90d4e35dee327ebe159c846f0cd8919a1fa725d9 Mon Sep 17 00:00:00 2001 From: Greg Weresch Date: Tue, 9 Jul 2024 11:49:40 -0400 Subject: [PATCH] Update inno setup x64 flag to x64compatible --- .github/win/windows-installer-v8-x64.iss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/win/windows-installer-v8-x64.iss b/.github/win/windows-installer-v8-x64.iss index c11acb04151..29f8f652d03 100644 --- a/.github/win/windows-installer-v8-x64.iss +++ b/.github/win/windows-installer-v8-x64.iss @@ -5,8 +5,8 @@ AppName=Cloud Foundry CLI AppVersion=VERSION AppVerName=Cloud Foundry CLI version VERSION AppPublisher=Cloud Foundry Foundation -ArchitecturesInstallIn64BitMode=x64 ia64 -ArchitecturesAllowed=x64 ia64 +ArchitecturesInstallIn64BitMode=x64compatible +ArchitecturesAllowed=x64compatible PrivilegesRequired=none DefaultDirName={pf}\Cloud Foundry SetupIconFile=cf.ico