Small build script improvement.
This commit is contained in:
parent
718c88e8bf
commit
6ab46e8483
@ -26,7 +26,7 @@
|
|||||||
#define VER_X264_MAJOR 2
|
#define VER_X264_MAJOR 2
|
||||||
#define VER_X264_MINOR 9
|
#define VER_X264_MINOR 9
|
||||||
#define VER_X264_PATCH 6
|
#define VER_X264_PATCH 6
|
||||||
#define VER_X264_BUILD 1198
|
#define VER_X264_BUILD 1199
|
||||||
|
|
||||||
#define VER_X264_PORTABLE_EDITION (0)
|
#define VER_X264_PORTABLE_EDITION (0)
|
||||||
|
|
||||||
|
@ -205,7 +205,7 @@ if not "%ERRORLEVEL%"=="0" goto BuildError
|
|||||||
"%~dp0\..\Prerequisites\NSIS\peheader.exe" "%OUT_PATH%.sfx"
|
"%~dp0\..\Prerequisites\NSIS\peheader.exe" "%OUT_PATH%.sfx"
|
||||||
if not "%ERRORLEVEL%"=="0" goto BuildError
|
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
|
if not "%ERRORLEVEL%"=="0" goto BuildError
|
||||||
|
|
||||||
set "VERPATCH_PRODUCT=Simple x264/x265 Launcher (Setup)"
|
set "VERPATCH_PRODUCT=Simple x264/x265 Launcher (Setup)"
|
||||||
|
Loading…
Reference in New Issue
Block a user