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:
Luis Ángel San Martín 2021-10-08 22:27:35 +02:00
parent 1b275ff934
commit ed171f1e95

View File

@ -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