Skip to content

Commit

Permalink
Update nagstamon.iss
Browse files Browse the repository at this point in the history
Warning: Architecture identifier "x64" is deprecated. Substituting "x64os", but note that "x64compatible" is preferred in most cases. See the "Architecture Identifiers" topic in help file for more information.

https://jrsoftware.org/ishelp/index.php?topic=archidentifiers
  • Loading branch information
Fvbor authored Nov 14, 2024
1 parent 5a37b6c commit 330fa76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/windows/nagstamon.iss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Compression=lzma
SolidCompression=true
SourceDir={#source}
ArchitecturesAllowed={#archs_allowed}
ArchitecturesInstallIn64BitMode=x64
ArchitecturesInstallIn64BitMode=x64compatible
CloseApplications=no
WizardStyle=modern
[Icons]
Expand Down

0 comments on commit 330fa76

Please sign in to comment.