mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -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:
@ -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
|
||||
|
Reference in New Issue
Block a user