mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-19 07:37:11 +02:00
Replace deprecated x64 architecture identifier
This commit is contained in:
parent
53abd2fe38
commit
8fd9ae4e59
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue