Browse Source

[godot] Fix setup script, remove .idea references.

Mario Zechner 11 months ago
parent
commit
728b96b85e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      spine-godot/build/setup.sh

+ 0 - 1
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