mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-05 11:27:07 +00:00
Added homepage info on start.cmd
This commit is contained in:
parent
dc5b8ecd30
commit
f609c40bdc
@ -6,6 +6,7 @@ cd /d %~dp0
|
|||||||
FOR /F "tokens=*" %%i in ('php -r "echo 1;"') do SET PHPOUTPUT=%%i
|
FOR /F "tokens=*" %%i in ('php -r "echo 1;"') do SET PHPOUTPUT=%%i
|
||||||
if not "%PHPOUTPUT%"=="1" (
|
if not "%PHPOUTPUT%"=="1" (
|
||||||
echo [ERROR] Couldn't find PHP binary in PATH.
|
echo [ERROR] Couldn't find PHP binary in PATH.
|
||||||
|
echo [INFO] Please use the Windows installer from the homepage
|
||||||
) else (
|
) else (
|
||||||
if exist php.cmd (
|
if exist php.cmd (
|
||||||
if exist bin\ansicon.exe (
|
if exist bin\ansicon.exe (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user