mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Add app version to the installer info
build number is not included because inno setup has a 16bit limit per section
This commit is contained in:
parent
1b275ff934
commit
ed171f1e95
@ -3,6 +3,7 @@ DefaultGroupName=YACReader
|
|||||||
LanguageDetectionMethod=locale
|
LanguageDetectionMethod=locale
|
||||||
AppName=YACReader
|
AppName=YACReader
|
||||||
AppVerName=YACReader v{#VERSION}.{#BUILD_NUMBER}
|
AppVerName=YACReader v{#VERSION}.{#BUILD_NUMBER}
|
||||||
|
VersionInfoVersion={#VERSION}
|
||||||
DefaultDirName={pf}\YACReader
|
DefaultDirName={pf}\YACReader
|
||||||
OutputBaseFilename=YACReader-v{#VERSION}.{#BUILD_NUMBER}-win{#PLATFORM}-{#COMPRESSED_ARCHIVE_BACKEND}
|
OutputBaseFilename=YACReader-v{#VERSION}.{#BUILD_NUMBER}-win{#PLATFORM}-{#COMPRESSED_ARCHIVE_BACKEND}
|
||||||
LicenseFile=COPYING.txt
|
LicenseFile=COPYING.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user