We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ec0976 commit 06f41bdCopy full SHA for 06f41bd
2 files changed
get_dlc_dangerously
@@ -27,7 +27,7 @@ if test -f `dirname "$0"`"/Kore/get_dlc_dangerously"; then
27
git -C `dirname "$0"` submodule update --remote --merge Kore
28
else
29
git -C `dirname "$0"` submodule update --init --remote Kore
30
-git -C `dirname "$0"`/Kore checkout main
+git -C `dirname "$0"`/Kore checkout v2
31
fi
32
33
bash `dirname "$0"`/Kore/get_dlc_dangerously
get_dlc_dangerously.bat
@@ -21,7 +21,7 @@
21
@git submodule update --remote --merge Kore
22
) else (
23
@git submodule update --init --remote Kore
24
-@git -C Kore checkout main
+@git -C Kore checkout v2
25
)
26
@call Kore\get_dlc_dangerously.bat
@popd
0 commit comments