Skip to content

Commit

Permalink
Fix korge wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz committed Jun 27, 2024
1 parent d5d8df0 commit faa11a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion korge
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export JAVA="$HOME/.korge/jdk-21/bin/java"
if [ ! -f "$JAVA" ]; then
mkdir -p "$HOME/.korge"
mkdir "$HOME/.korge/jdk-21" 2> /dev/null
if [[ "${OSTYPE}" == 'dawrin'* ]]; then
if [[ "${OSTYPE}" == 'darwin'* ]]; then
download_file "https://github.com/korlibs/universal-jre/releases/download/0.0.1/macos-universal-jdk-21+35-jre.tar.xz" "$HOME/.korge/jdk-21.tar.xz" "d7b2ab87de30584ee60b788dfbd8ea3fadf3b0ee06aeef37ac99e07de6d6281c"
tar --strip-components 3 -xf "$HOME/.korge/jdk-21.tar.xz" -C "$HOME/.korge/jdk-21"
else
Expand Down

0 comments on commit faa11a2

Please sign in to comment.