forked from LeenkxTeam/LNXSDK
Update
This commit is contained in:
@ -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
|
||||
Reference in New Issue
Block a user