Set version info for SFX wrapper executable.

This commit is contained in:
LoRd_MuldeR 2016-11-23 20:13:21 +01:00
parent ad3564408c
commit 3b75ee8183
3 changed files with 9 additions and 1 deletions

View File

@ -184,6 +184,14 @@ if %ERRORLEVEL% NEQ 0 (
pause && exit
)
set "VER_FILEVER=%VER_LAMEXP_MAJOR%.%VER_LAMEXP_MINOR_HI%.%VER_LAMEXP_MINOR_LO%.%VER_LAMEXP_PATCH%"
set "VER_PRODUCT=LameXP - Audio Encoder Front-End"
"%~dp0\..\Utilities\VerPatch.exe" "%OUT_FILE%.exe" "%VER_FILEVER%" /pv "%VER_FILEVER%" /fn /s desc "%VER_PRODUCT%" /s product "%VER_PRODUCT%" /s title "LameXP Installer SFX" /s copyright "Copyright (C) LoRd_MuldeR" /s company "Free Software Foundation"
if %ERRORLEVEL% NEQ 0 (
"%~dp0\..\Utilities\CEcho.exe" red "\nFailed to build installer^!\n"
pause && exit
)
:: ---------------------------------------------------------------------------
:: CLEAN UP
:: ---------------------------------------------------------------------------

BIN
etc/Utilities/VerPatch.exe Normal file

Binary file not shown.

View File

@ -35,7 +35,7 @@
#define VER_LAMEXP_MINOR_LO 4
#define VER_LAMEXP_TYPE Final
#define VER_LAMEXP_PATCH 1
#define VER_LAMEXP_BUILD 1934
#define VER_LAMEXP_BUILD 1936
#define VER_LAMEXP_CONFG 1934
///////////////////////////////////////////////////////////////////////////////