Fixed everything lighting on fire

This commit is contained in:
Dylan K. Taylor 2021-11-27 03:54:30 +00:00
parent cc23e0b7a1
commit 9540193766
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D
2 changed files with 2 additions and 4 deletions

View File

@ -79,7 +79,7 @@
"sort-packages": true "sort-packages": true
}, },
"scripts": { "scripts": {
"make-devtools": "@php -dphar.readonly=0 tests/plugins/DevTools/src/DevTools/ConsoleScript.php --make tests/plugins/DevTools --out plugins/DevTools.phar", "make-devtools": "@php -dphar.readonly=0 tests/plugins/DevTools/src/ConsoleScript.php --make tests/plugins/DevTools --out plugins/DevTools.phar",
"make-server": [ "make-server": [
"@composer install --no-dev --classmap-authoritative --ignore-platform-reqs", "@composer install --no-dev --classmap-authoritative --ignore-platform-reqs",
"@php -dphar.readonly=0 build/server-phar.php" "@php -dphar.readonly=0 build/server-phar.php"

View File

@ -19,9 +19,7 @@ rm PocketMine-MP.phar 2> /dev/null
mkdir "$DATA_DIR" mkdir "$DATA_DIR"
mkdir "$PLUGINS_DIR" mkdir "$PLUGINS_DIR"
cd tests/plugins/DevTools composer make-devtools
php -dphar.readonly=0 ./src/DevTools/ConsoleScript.php --make ./ --relative ./ --out "$PLUGINS_DIR/DevTools.phar"
cd ../../..
composer make-server composer make-server
if [ -f PocketMine-MP.phar ]; then if [ -f PocketMine-MP.phar ]; then