mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 14:24:53 +08:00
8 lines
247 B
Batchfile
8 lines
247 B
Batchfile
rmdir godot /s /q
|
|
git clone --depth 1 https://github.com/godotengine/godot.git -b 3.4.4-stable
|
|
xcopy /E /I .idea godot\.idea
|
|
copy custom.py godot
|
|
rmdir spine_godot\spine-cpp /s /q
|
|
xcopy /E /I ..\spine-cpp\spine-cpp spine_godot\spine-cpp
|
|
build.bat
|