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 0c75b1b commit 188e29cCopy full SHA for 188e29c
get_dlc_dangerously
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
3
. `dirname "$0"`/Tools/platform.sh
4
-if test -f "Tools/$KORE_PLATFORM/icon.png"; then
+if test -f `dirname "$0"`"/Tools/$KORE_PLATFORM/icon.png"; then
5
git -C `dirname "$0"` submodule update --remote --merge "Tools/$KORE_PLATFORM"
6
else
7
git -C `dirname "$0"` submodule update --init --remote "Tools/$KORE_PLATFORM"
0 commit comments