Fix bug 77985 - Fix inno arm64 installation mode

This commit is contained in:
Semyon Bezrukov
2025-11-14 12:16:48 +03:00
parent 6d92648255
commit 6409d869fc

View File

@ -79,10 +79,10 @@ AppMutex ={code:getAppMutex}
ChangesEnvironment =yes
SetupMutex =ASC
#if str(ARCH) == "x64"
#if ARCH == "x64" | ARCH == "arm64"
#if Int(DecodeVer(PREPROCVER,1)) >= 6
ArchitecturesAllowed = x64compatible
ArchitecturesInstallIn64BitMode = x64compatible
ArchitecturesAllowed = x64compatible or arm64
ArchitecturesInstallIn64BitMode = x64compatible or arm64
#else
ArchitecturesAllowed = x64
ArchitecturesInstallIn64BitMode = x64