Small build script improvement.
This commit is contained in:
parent
c72ceebc74
commit
3bc039eb9e
@ -140,7 +140,8 @@ attrib +R "%PACK_PATH%\*.html"
|
|||||||
REM ///////////////////////////////////////////////////////////////////////////
|
REM ///////////////////////////////////////////////////////////////////////////
|
||||||
REM // Setup install parameters
|
REM // Setup install parameters
|
||||||
REM ///////////////////////////////////////////////////////////////////////////
|
REM ///////////////////////////////////////////////////////////////////////////
|
||||||
set "OUT_PATH=%~dp0bin\x264_launcher.%ISO_DATE%"
|
mkdir "%~dp0\out" 2> NUL
|
||||||
|
set "OUT_PATH=%~dp0\out\x264_launcher.%ISO_DATE%"
|
||||||
:GenerateOutfileName
|
:GenerateOutfileName
|
||||||
if exist "%OUT_PATH%.exe" (
|
if exist "%OUT_PATH%.exe" (
|
||||||
set "OUT_PATH=%OUT_PATH%.new"
|
set "OUT_PATH=%OUT_PATH%.new"
|
||||||
|
Loading…
Reference in New Issue
Block a user