diff --git a/Telegram/build/setup.iss b/Telegram/build/setup.iss index b0dd43f65..d2c75fa1b 100644 --- a/Telegram/build/setup.iss +++ b/Telegram/build/setup.iss @@ -42,8 +42,8 @@ SignTool=sha256 #define ArchModulesFolder "arm64" AppVerName={#MyAppName} {#MyAppVersion} arm64 #elif MyBuildTarget == "win64" - ArchitecturesAllowed="x64 arm64" - ArchitecturesInstallIn64BitMode="x64 arm64" + ArchitecturesAllowed="x64compatible" + ArchitecturesInstallIn64BitMode="x64compatible" OutputBaseFilename=tsetup-x64.{#MyAppVersionFull} #define ArchModulesFolder "x64" AppVerName={#MyAppName} {#MyAppVersion} 64bit