Windows: Use provided version string where possible

This commit is contained in:
Vicki Pfau 2020-12-09 22:26:48 -08:00
parent e98ca08afc
commit 7618b58c2d
1 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@ AlwaysShowGroupOnReadyPage=True
LicenseFile={#BinDir}\LICENSE.txt
#if Release
#define IsRelease = 'yes'
AppVerName={#AppName} {#AppVer}
AppVerName={#AppName} {#VersionString}
#else
#define IsRelease = 'no'
AppVerName={#AppName} {#VersionString} (Development build)
@ -57,9 +57,9 @@ VersionInfoProductName={#AppName}
VersionInfoVersion={#AppVer}
Compression=lzma2/ultra64
SolidCompression=True
VersionInfoTextVersion={#AppVer}
VersionInfoTextVersion={#VersionString}
VersionInfoProductVersion={#AppVer}
VersionInfoProductTextVersion={#AppVer}
VersionInfoProductTextVersion={#VersionString}
ArchitecturesInstallIn64BitMode=x64
ArchitecturesAllowed=x86 x64