Skip to content

Commit

Permalink
Replace deprecated x64 architecture identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
xmdnx authored and john-preston committed Nov 11, 2024
1 parent 53abd2f commit 8fd9ae4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Telegram/build/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit 8fd9ae4

@Doniealkantara
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.