From 728b96b85eb04be8e3fb313b2aa4d6786daa2be7 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Wed, 9 Oct 2024 11:18:04 +0200 Subject: [PATCH] [godot] Fix setup script, remove .idea references. --- spine-godot/build/setup.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/spine-godot/build/setup.sh b/spine-godot/build/setup.sh index b7f39f726..10cafa83b 100755 --- a/spine-godot/build/setup.sh +++ b/spine-godot/build/setup.sh @@ -44,7 +44,6 @@ pushd .. rm -rf godot git clone --depth 1 $repo -b $branch if [ $dev = "true" ]; then - cp -r .idea godot cp build/custom.py godot if [ "$mono" = "true" ]; then echo "" >> godot/custom.py