From 64c3e9af16a59c6e6c965a194842c48a3b36750c Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Tue, 8 Oct 2024 17:17:50 +0200 Subject: [PATCH] [godot] Restore old build/setup.sh --- spine-godot/build/setup.sh | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/spine-godot/build/setup.sh b/spine-godot/build/setup.sh index 00df6a004..b7f39f726 100755 --- a/spine-godot/build/setup.sh +++ b/spine-godot/build/setup.sh @@ -18,13 +18,10 @@ if [ $# -lt 2 ] || [ $# -gt 4 ]; then fi branch=${1%/} -godot_version=$(echo "$branch" | grep -o '^[0-9]*\.[0-9]*') dev=${2%/} mono=false repo=https://github.com/godotengine/godot.git -echo "Godot version: $godot_version" - if [[ $# -eq 3 && "$branch" != 3* ]]; then mono=${3%/} fi @@ -44,16 +41,6 @@ if [ $# -eq 4 ]; then fi pushd .. - -echo "--- Cloning GDExtensions" -rm -rf godot-cpp -git clone https://github.com/godotengine/godot-cpp -pushd godot-cpp -git submodule update --init -git checkout $godot_version -popd - -echo "--- Cloning Godot" rm -rf godot git clone --depth 1 $repo -b $branch if [ $dev = "true" ]; then