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

This commit is contained in:
Mario Zechner 2024-10-09 11:18:04 +02:00
parent 13127aa587
commit 728b96b85e

View File

@ -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