mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-01 05:09:07 +08:00
[godot] Fix setup script, remove .idea references.
This commit is contained in:
parent
13127aa587
commit
728b96b85e
@ -44,7 +44,6 @@ pushd ..
|
|||||||
rm -rf godot
|
rm -rf godot
|
||||||
git clone --depth 1 $repo -b $branch
|
git clone --depth 1 $repo -b $branch
|
||||||
if [ $dev = "true" ]; then
|
if [ $dev = "true" ]; then
|
||||||
cp -r .idea godot
|
|
||||||
cp build/custom.py godot
|
cp build/custom.py godot
|
||||||
if [ "$mono" = "true" ]; then
|
if [ "$mono" = "true" ]; then
|
||||||
echo "" >> godot/custom.py
|
echo "" >> godot/custom.py
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user