Small build script improvement.

This commit is contained in:
LoRd_MuldeR 2014-08-15 16:50:15 +02:00
parent c72ceebc74
commit 3bc039eb9e

View File

@ -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"