From 8fd9ae4e591f865c02571dc3e3093e02bd96025a Mon Sep 17 00:00:00 2001 From: xmdn <72883689+xmdnx@users.noreply.github.com> Date: Sat, 2 Nov 2024 10:55:53 +0300 Subject: [PATCH] Replace deprecated x64 architecture identifier --- Telegram/build/setup.iss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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