mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 22:34:53 +08:00
[godot] more CI build script work
This commit is contained in:
parent
3e98524b24
commit
70a51db836
@ -25,6 +25,13 @@ if [ $dev = "true" ]; then
|
||||
cp build/custom.py godot
|
||||
rm -rf example/.import
|
||||
rm -rf example/.godot
|
||||
|
||||
if [ "$OSTYPE" = "msys" ]; then
|
||||
pushd godot
|
||||
git apply ../build/livepp.patch
|
||||
git apply ../build/livepp-v4.patch
|
||||
popd
|
||||
fi
|
||||
fi
|
||||
cp -r ../spine-cpp/spine-cpp spine_godot
|
||||
popd
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user