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