mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-19 17:36:34 +00:00
moved tests/plugins/PocketMine-DevTools -> tests/plugins/DevTools
This commit is contained in:
parent
50101663f2
commit
691d92a959
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -4,8 +4,8 @@
|
|||||||
[submodule "tests/preprocessor"]
|
[submodule "tests/preprocessor"]
|
||||||
path = build/preprocessor
|
path = build/preprocessor
|
||||||
url = https://github.com/pmmp/preprocessor.git
|
url = https://github.com/pmmp/preprocessor.git
|
||||||
[submodule "tests/plugins/PocketMine-DevTools"]
|
[submodule "tests/plugins/DevTools"]
|
||||||
path = tests/plugins/PocketMine-DevTools
|
path = tests/plugins/DevTools
|
||||||
url = https://github.com/pmmp/DevTools.git
|
url = https://github.com/pmmp/DevTools.git
|
||||||
[submodule "build/php"]
|
[submodule "build/php"]
|
||||||
path = build/php
|
path = build/php
|
||||||
|
@ -17,7 +17,7 @@ PLUGINS_DIR="$DATA_DIR/plugins"
|
|||||||
rm -rf "$DATA_DIR"
|
rm -rf "$DATA_DIR"
|
||||||
rm PocketMine-MP.phar 2> /dev/null
|
rm PocketMine-MP.phar 2> /dev/null
|
||||||
|
|
||||||
cd tests/plugins/PocketMine-DevTools
|
cd tests/plugins/DevTools
|
||||||
php -dphar.readonly=0 ./src/DevTools/ConsoleScript.php --make ./ --relative ./ --out ../../../DevTools.phar
|
php -dphar.readonly=0 ./src/DevTools/ConsoleScript.php --make ./ --relative ./ --out ../../../DevTools.phar
|
||||||
cd ../../..
|
cd ../../..
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user