Files
LNXSDK/Kha/get_dlc

11 lines
354 B
Plaintext
Raw Permalink Normal View History

2025-01-22 16:18:30 +01:00
#!/usr/bin/env bash
git -C `dirname "$0"` submodule update --init Tools/khamake
2026-05-21 23:40:20 -07:00
git -C `dirname "$0"` submodule update --init Backends/Kore-hxcpp/khacpp
2025-01-22 16:18:30 +01:00
2026-05-21 23:40:20 -07:00
. `dirname "$0"`/Tools/platform.sh
git -C `dirname "$0"` submodule update --depth 1 --init "Tools/$KORE_PLATFORM"
2025-01-22 16:18:30 +01:00
2026-05-21 23:40:20 -07:00
git -C `dirname "$0"` submodule update --init Kore
bash `dirname "$0"`/Kore/get_dlc