Skip to content

Commit

Permalink
fixing bat not able to find _progres executable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik.Klusovskij committed Oct 30, 2024
1 parent 9b0d2c8 commit 39b360f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/oe/scripts/oe.bat
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 39b360f

Please sign in to comment.