mirror of https://github.com/mgba-emu/mgba.git
Windows: Use provided version string where possible
This commit is contained in:
parent
e98ca08afc
commit
7618b58c2d
|
@ -43,7 +43,7 @@ AlwaysShowGroupOnReadyPage=True
|
||||||
LicenseFile={#BinDir}\LICENSE.txt
|
LicenseFile={#BinDir}\LICENSE.txt
|
||||||
#if Release
|
#if Release
|
||||||
#define IsRelease = 'yes'
|
#define IsRelease = 'yes'
|
||||||
AppVerName={#AppName} {#AppVer}
|
AppVerName={#AppName} {#VersionString}
|
||||||
#else
|
#else
|
||||||
#define IsRelease = 'no'
|
#define IsRelease = 'no'
|
||||||
AppVerName={#AppName} {#VersionString} (Development build)
|
AppVerName={#AppName} {#VersionString} (Development build)
|
||||||
|
@ -57,9 +57,9 @@ VersionInfoProductName={#AppName}
|
||||||
VersionInfoVersion={#AppVer}
|
VersionInfoVersion={#AppVer}
|
||||||
Compression=lzma2/ultra64
|
Compression=lzma2/ultra64
|
||||||
SolidCompression=True
|
SolidCompression=True
|
||||||
VersionInfoTextVersion={#AppVer}
|
VersionInfoTextVersion={#VersionString}
|
||||||
VersionInfoProductVersion={#AppVer}
|
VersionInfoProductVersion={#AppVer}
|
||||||
VersionInfoProductTextVersion={#AppVer}
|
VersionInfoProductTextVersion={#VersionString}
|
||||||
ArchitecturesInstallIn64BitMode=x64
|
ArchitecturesInstallIn64BitMode=x64
|
||||||
ArchitecturesAllowed=x86 x64
|
ArchitecturesAllowed=x86 x64
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue