Skip to content

Commit fbc669a

Browse files
author
Greg Weresch
authored
Update inno setup x64 flag to x64compatible (#3005)
Inno Setup is used to create installers for release, and it no longer supports the ia64 flag and recommends x64compatible instead. See https://jrsoftware.org/ishelp/index.php?topic=setup_architecturesinstallin64bitmode
1 parent 03f9657 commit fbc669a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/win/windows-installer-v8-x64.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ AppName=Cloud Foundry CLI
55
AppVersion=VERSION
66
AppVerName=Cloud Foundry CLI version VERSION
77
AppPublisher=Cloud Foundry Foundation
8-
ArchitecturesInstallIn64BitMode=x64 ia64
9-
ArchitecturesAllowed=x64 ia64
8+
ArchitecturesInstallIn64BitMode=x64compatible
9+
ArchitecturesAllowed=x64compatible
1010
PrivilegesRequired=none
1111
DefaultDirName={pf}\Cloud Foundry
1212
SetupIconFile=cf.ico

0 commit comments

Comments
 (0)