mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[godot] Get rid of symlink
This commit is contained in:
parent
b409fcb067
commit
1a51078c19
1
.gitignore
vendored
1
.gitignore
vendored
@ -167,3 +167,4 @@ spine-cocos2dx/example/build-win
|
|||||||
spine-godot/godot
|
spine-godot/godot
|
||||||
spine-godot/spine_godot/__pycache__
|
spine-godot/spine_godot/__pycache__
|
||||||
spine-godot/spine_godot/spine-cpp
|
spine-godot/spine_godot/spine-cpp
|
||||||
|
spine-godot/godot-copy
|
||||||
|
|||||||
@ -1,11 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
rm -rf godot
|
cp -r ../spine-cpp/spine-cpp godot/modules/spine_godot
|
||||||
cp -r ../spine-cpp/spine-cpp spine_godot
|
git clone --depth 1 https://github.com/godotengine/godot.git -b 3.4.4-stable godot-copy
|
||||||
git clone --depth 1 https://github.com/godotengine/godot.git -b 3.4.4-stable
|
rm -rf godot-copy/.git
|
||||||
cp custom.py godot
|
cp -r godot-copy/* godot
|
||||||
cp -r .idea godot
|
cp -r .idea godot
|
||||||
ln -s $(pwd)/spine_godot godot/modules/spine_godot
|
|
||||||
pushd godot
|
pushd godot
|
||||||
scons target=debug --jobs=$(sysctl -n hw.logicalcpu)
|
scons target=debug --jobs=$(sysctl -n hw.logicalcpu)
|
||||||
popd
|
popd
|
||||||
Loading…
x
Reference in New Issue
Block a user