mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-20 09:56:33 +00:00
Windows installer fix
This commit is contained in:
parent
f569587764
commit
a965103a03
@ -7,11 +7,11 @@ echo [ERROR] Couldn't find PHP binary in PATH.
|
||||
echo [INFO] Please use the Windows installer from the homepage
|
||||
pause
|
||||
) else (
|
||||
if exist php.cmd (
|
||||
if exist bin\php\php.exe (
|
||||
if exist bin\mintty.exe (
|
||||
start "" bin\mintty.exe -h error -t "PocketMine-MP" -i bin/pocketmine.ico -w max php.cmd -d enable_dl=On PocketMine-MP.php --enable-ansi %*
|
||||
start "" bin\mintty.exe -o Columns=88 -o Rows=32 -o AllowBlinking=0 -o FontQuality=3 -o CursorType=0 -o CursorBlinks=1 -h never -t "PocketMine-MP" -i bin/pocketmine.ico -w max bin\php\php.exe -d enable_dl=On PocketMine-MP.php --enable-ansi %*
|
||||
) else (
|
||||
php.cmd -d enable_dl=On PocketMine-MP.php %*
|
||||
bin\php\php.exe -d enable_dl=On PocketMine-MP.php %*
|
||||
)
|
||||
) else (
|
||||
if exist bin\mintty.exe (
|
||||
|
Loading…
x
Reference in New Issue
Block a user