Skip to content

Commit

Permalink
Update bowlerstudio
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus authored May 8, 2024
1 parent 3195ae8 commit cc81bac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bowlerstudio
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ DESKTOP_FILE=$HOME/bin/bowlerstudio.desktop
SCRIPT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"

#https://cdn.azul.com/zulu/bin/zulu8.62.0.19-ca-fx-jdk8.0.332-macosx_x64.zip
JVERELEASE=zulu8.62.0.19-ca-fx-jdk8.0.332-macosx_x64
JVERELEASE=zulu8.78.0.19-ca-jdk8.0.412-macosx_x64
if [[ $(uname -m) == 'arm64' ]]; then
echo "M1 Mac detected https://cdn.azul.com/zulu/bin/zulu8.62.0.19-ca-fx-jdk8.0.332-macosx_aarch64.tar.gz"
JVERELEASE=zulu8.62.0.19-ca-fx-jdk8.0.332-macosx_aarch64
JVERELEASE=zulu8.78.0.19-ca-jdk8.0.412-macosx_aarch64
fi
JVMDIR=$HOME/bin/java8/
JAR=BowlerStudio.jar
Expand Down

0 comments on commit cc81bac

Please sign in to comment.