From aafeaf2b6fbd8a2645ec98ee1f4a8f7d790efad1 Mon Sep 17 00:00:00 2001 From: izzy kestrel <36773942+iznaut@users.noreply.github.com> Date: Thu, 7 Nov 2024 13:22:05 -0600 Subject: [PATCH] use psbs fork, skip puzzlescript editor compile --- build.sh | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/build.sh b/build.sh index b4401ea..c392bdb 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ ROOT_PATH=$(git rev-parse --show-toplevel) cd $ROOT_PATH npm install -pip install psbs +pip install git+https://github.com/NEW-CYLANDIA/PSBS-WS.git#egg=psbs BRIDGE_PATH=$PWD"/public/bridges" @@ -58,18 +58,18 @@ for file in $BRIDGE_PATH/src/downpour/*.json; do done echo "updating puzzlescript-ws" -cd $ROOT_PATH -rm -r $ROOT_PATH/public/puzzlescript-ws -git clone --depth=1 https://github.com/NEW-CYLANDIA/PuzzleScriptWebsocket.git -cd PuzzleScriptWebsocket -npm install -node compile.js -cat $BRIDGE_PATH/src/bridge-common.html >> bin/standalone_inlined.txt -cat $BRIDGE_PATH/src/bridge-common.html >> bin/standalone.html -cat $BRIDGE_PATH/src/bridge-common.html >> bin/editor.html -mv bin $ROOT_PATH/public/puzzlescript-ws -cd .. -rm -rf PuzzleScriptWebsocket +# cd $ROOT_PATH +# rm -r $ROOT_PATH/public/puzzlescript-ws +# git clone --depth=1 https://github.com/NEW-CYLANDIA/PuzzleScriptWebsocket.git +# cd PuzzleScriptWebsocket +# npm install +# node compile.js +# cat $BRIDGE_PATH/src/bridge-common.html >> bin/standalone_inlined.txt +# cat $BRIDGE_PATH/src/bridge-common.html >> bin/standalone.html +# cat $BRIDGE_PATH/src/bridge-common.html >> bin/editor.html +# mv bin $ROOT_PATH/public/puzzlescript-ws +# cd .. +# rm -rf PuzzleScriptWebsocket echo "building puzzlescript games..." cd $ROOT_PATH