mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 12:18:46 +00:00
Merge pull request #2243 from PEMapModder/patch-1
cmd files comment syntax should be like this.
This commit is contained in:
commit
2068cc9cdf
@ -19,12 +19,12 @@ if exist PocketMine-MP.phar (
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
#if exist bin\php\php_wxwidgets.dll (
|
REM if exist bin\php\php_wxwidgets.dll (
|
||||||
# %PHP_BINARY% %POCKETMINE_FILE% --enable-gui %*
|
REM %PHP_BINARY% %POCKETMINE_FILE% --enable-gui %*
|
||||||
#) else (
|
REM ) else (
|
||||||
if exist bin\mintty.exe (
|
if exist bin\mintty.exe (
|
||||||
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 %*
|
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 (
|
) else (
|
||||||
%PHP_BINARY% -c bin\php %POCKETMINE_FILE% %*
|
%PHP_BINARY% -c bin\php %POCKETMINE_FILE% %*
|
||||||
)
|
)
|
||||||
#)
|
REM )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user