Updated build script (again).

This commit is contained in:
LoRd_MuldeR 2013-05-21 23:09:02 +02:00
parent 6ad4ae1d73
commit 1cbd28bdff

View File

@ -97,7 +97,7 @@ REM ///////////////////////////////////////////////////////////////////////////
set "OUT_NAME=MediaInfo-GUI.%ISO_DATE%"
:CheckOutName
if exist "%~dp0\out\%OUT_NAME%.zip" (
"OUT_NAME=%OUT_NAME%.new"
set "OUT_NAME=%OUT_NAME%.new"
goto CheckOutName
)