Remove GUI remnants from start.cmd

This commit is contained in:
Dylan K. Taylor 2016-11-27 19:29:47 +00:00
parent 439f418b0d
commit 367fa41161

View File

@ -21,12 +21,8 @@ if exist PocketMine-MP.phar (
) )
) )
REM if exist bin\php\php_wxwidgets.dll ( if exist bin\mintty.exe (
REM %PHP_BINARY% %POCKETMINE_FILE% --enable-gui %* start "" bin\mintty.exe -o Columns=88 -o Rows=32 -o AllowBlinking=0 -o FontQuality=3 -o Font="DejaVu Sans Mono" -o FontHeight=10 -o CursorType=0 -o CursorBlinks=1 -h error -t "PocketMine-MP" -i bin/pocketmine.ico -w max %PHP_BINARY% %POCKETMINE_FILE% --enable-ansi %*
REM ) else ( ) else (
if exist bin\mintty.exe ( %PHP_BINARY% -c bin\php %POCKETMINE_FILE% %*
start "" bin\mintty.exe -o Columns=88 -o Rows=32 -o AllowBlinking=0 -o FontQuality=3 -o Font="DejaVu Sans Mono" -o FontHeight=10 -o CursorType=0 -o CursorBlinks=1 -h error -t "PocketMine-MP" -i bin/pocketmine.ico -w max %PHP_BINARY% %POCKETMINE_FILE% --enable-ansi %* )
) else (
%PHP_BINARY% -c bin\php %POCKETMINE_FILE% %*
)
REM )