mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -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
|
||||
AppName=YACReader
|
||||
AppVerName=YACReader v{#VERSION}.{#BUILD_NUMBER}
|
||||
VersionInfoVersion={#VERSION}
|
||||
DefaultDirName={pf}\YACReader
|
||||
OutputBaseFilename=YACReader-v{#VERSION}.{#BUILD_NUMBER}-win{#PLATFORM}-{#COMPRESSED_ARCHIVE_BACKEND}
|
||||
LicenseFile=COPYING.txt
|
||||
|
Loading…
Reference in New Issue
Block a user