This commit is contained in:
Dante
2026-05-21 23:40:20 -07:00
parent 3e2915dff7
commit 877a69d844
5737 changed files with 29796 additions and 1589684 deletions

View File

@ -5,11 +5,11 @@
@git submodule update --init --remote Tools/khamake
@git -C Tools/khamake checkout main
)
@if exist Backends\Kinc-hxcpp\khacpp\LICENSE.txt (
@git submodule update --remote --merge Backends/Kinc-hxcpp/khacpp
@if exist Backends\Kore-hxcpp\khacpp\LICENSE.txt (
@git submodule update --remote --merge Backends/Kore-hxcpp/khacpp
) else (
@git submodule update --init --remote Backends/Kinc-hxcpp/khacpp
@git -C Backends/Kinc-hxcpp/khacpp checkout main
@git submodule update --init --remote Backends/Kore-hxcpp/khacpp
@git -C Backends/Kore-hxcpp/khacpp checkout main
)
@if exist Tools\windows_x64\LICENSE.txt (
@git submodule update --remote --merge Tools/windows_x64
@ -17,11 +17,11 @@
@git submodule update --init --remote Tools/windows_x64
@git -C Tools/windows_x64 checkout main
)
@if exist Kinc\get_dlc_dangerously (
@git submodule update --remote --merge Kinc
@if exist Kore\get_dlc_dangerously (
@git submodule update --remote --merge Kore
) else (
@git submodule update --init --remote Kinc
@git -C Kinc checkout main
@git submodule update --init --remote Kore
@git -C Kore checkout v2
)
@call Kinc\get_dlc_dangerously.bat
@call Kore\get_dlc_dangerously.bat
@popd