Set version info for SFX wrapper executable.
This commit is contained in:
parent
ad3564408c
commit
3b75ee8183
@ -184,6 +184,14 @@ if %ERRORLEVEL% NEQ 0 (
|
|||||||
pause && exit
|
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
|
:: CLEAN UP
|
||||||
:: ---------------------------------------------------------------------------
|
:: ---------------------------------------------------------------------------
|
||||||
|
BIN
etc/Utilities/VerPatch.exe
Normal file
BIN
etc/Utilities/VerPatch.exe
Normal file
Binary file not shown.
@ -35,7 +35,7 @@
|
|||||||
#define VER_LAMEXP_MINOR_LO 4
|
#define VER_LAMEXP_MINOR_LO 4
|
||||||
#define VER_LAMEXP_TYPE Final
|
#define VER_LAMEXP_TYPE Final
|
||||||
#define VER_LAMEXP_PATCH 1
|
#define VER_LAMEXP_PATCH 1
|
||||||
#define VER_LAMEXP_BUILD 1934
|
#define VER_LAMEXP_BUILD 1936
|
||||||
#define VER_LAMEXP_CONFG 1934
|
#define VER_LAMEXP_CONFG 1934
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
Reference in New Issue
Block a user