Files
LNXSDK/Kha/Kore/get_dlc_dangerously
2026-05-22 01:09:33 -07:00

9 lines
341 B
Bash
Executable File

#!/usr/bin/env bash
. `dirname "$0"`/Tools/platform.sh
if test -f `dirname "$0"`"/Tools/$KORE_PLATFORM/icon.png"; then
git -C `dirname "$0"` submodule update --remote --merge "Tools/$KORE_PLATFORM"
else
git -C `dirname "$0"` submodule update --init --remote "Tools/$KORE_PLATFORM"
git -C `dirname "$0"`/Tools/$KORE_PLATFORM checkout main
fi