Replace deprecated x64 architecture identifier

This commit is contained in:
xmdn 2024-11-02 10:55:53 +03:00 committed by John Preston
parent 53abd2fe38
commit 8fd9ae4e59

View file

@ -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