Small build script improvement.

This commit is contained in:
LoRd_MuldeR 2020-04-18 15:33:19 +02:00
parent 718c88e8bf
commit 6ab46e8483
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
#define VER_X264_MAJOR 2
#define VER_X264_MINOR 9
#define VER_X264_PATCH 6
#define VER_X264_BUILD 1198
#define VER_X264_BUILD 1199
#define VER_X264_PORTABLE_EDITION (0)

View File

@ -205,7 +205,7 @@ if not "%ERRORLEVEL%"=="0" goto BuildError
"%~dp0\..\Prerequisites\NSIS\peheader.exe" "%OUT_PATH%.sfx"
if not "%ERRORLEVEL%"=="0" goto BuildError
call "%~dp0\..\Prerequisites\SevenZip\7zSDex.cmd" "%OUT_PATH%.sfx" "%OUT_PATH%.exe" "Simple x264/x265 Launcher" "x264_launcher-setup-r%BUILD_NO%"
call "%~dp0\..\Prerequisites\SevenZip\7zSDex.cmd" "%OUT_PATH%.sfx" "%OUT_PATH%.exe" "Simple x264/x265 Launcher" "x264-setup-r%BUILD_NO%"
if not "%ERRORLEVEL%"=="0" goto BuildError
set "VERPATCH_PRODUCT=Simple x264/x265 Launcher (Setup)"