diff --git a/resources/oe/scripts/oe.bat b/resources/oe/scripts/oe.bat index 2445e32d..6fa5d9aa 100644 --- a/resources/oe/scripts/oe.bat +++ b/resources/oe/scripts/oe.bat @@ -1,7 +1,7 @@ @echo off if not "%~7"=="" set DLC=%~7 -if exist %DLC%\bin\_progres goto BIN +if exist %DLC%\bin\_progres.exe goto BIN echo Failed to initialize client: _progres executable is missing in %DLC%\bin. goto END