mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Add support to include the build number into the windows installer
This commit is contained in:
@ -2,9 +2,9 @@
|
||||
DefaultGroupName=YACReader
|
||||
LanguageDetectionMethod=locale
|
||||
AppName=YACReader
|
||||
AppVerName=YACReader v{#VERSION}
|
||||
AppVerName=YACReader v{#VERSION}.{#BUILD_NUMBER}
|
||||
DefaultDirName={pf}\YACReader
|
||||
OutputBaseFilename=YACReader-v{#VERSION}-win{#PLATFORM}-{#COMPRESSED_ARCHIVE_BACKEND}
|
||||
OutputBaseFilename=YACReader-v{#VERSION}.{#BUILD_NUMBER}-win{#PLATFORM}-{#COMPRESSED_ARCHIVE_BACKEND}
|
||||
LicenseFile=COPYING.txt
|
||||
AlwaysUsePersonalGroup=true
|
||||
OutputDir=..\Output
|
||||
|
Reference in New Issue
Block a user