mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Add support to include the build number into the windows installer
This commit is contained in:
parent
b4c50ad0b4
commit
678f9fae77
@ -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
|
||||
|
@ -56,6 +56,6 @@ if "%1"=="x86" (
|
||||
type build_installer.iss | findstr /v ArchitecturesInstallIn64BitMode | findstr /v ArchitecturesAllowed > build_installer.iss
|
||||
)
|
||||
|
||||
iscc /DVERSION=%VERSION% /DPLATFORM=%1 /DCOMPRESSED_ARCHIVE_BACKEND=%2 build_installer.iss
|
||||
iscc /DVERSION=%VERSION% /DPLATFORM=%1 /DCOMPRESSED_ARCHIVE_BACKEND=%2 /DBUILD_NUMBER=%3 build_installer.iss
|
||||
|
||||
cd ..
|
Loading…
Reference in New Issue
Block a user