mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-21 20:08:18 +00:00
parent
9b4ce34f4a
commit
269f7b4fbf
@ -29,7 +29,7 @@ if exist "%CUR_PATH%%CONFIG%.cmd" (
|
|||||||
|
|
||||||
if not "%JAVA_PATH%" == "DO_NOT_CHECK_PATH" (
|
if not "%JAVA_PATH%" == "DO_NOT_CHECK_PATH" (
|
||||||
if "%JAVA_PATH%" == "\bin\" (
|
if "%JAVA_PATH%" == "\bin\" (
|
||||||
call :LOG [ERROR] JAVA_HOME not found, please setup your windows enviroment for installed java.
|
call :LOG [ERROR] JAVA_HOME not found, please setup your windows environment for installed java.
|
||||||
goto :EXIT
|
goto :EXIT
|
||||||
)
|
)
|
||||||
if not exist "%JAVA_PATH%java.exe" (
|
if not exist "%JAVA_PATH%java.exe" (
|
||||||
|
Loading…
Reference in New Issue
Block a user