Skip to content

Commit

Permalink
fix: correct arm mac JRE path in launch script
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminAmos committed Sep 17, 2023
1 parent 3a796c0 commit 52e6568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launcher/solOSX.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARCH=$(uname -m)
if [[ "$ARCH" == "x86_64" ]]; then
JRE=lwjreOSX/bin/java
elif [[ "$ARCH" == "arm64" ]]; then
JRE=lwjreOSArm/bin/java
JRE=lwjreOSXArm/bin/java
else
echo "Unsupported architecture $ARCH"
exit 1
Expand Down

0 comments on commit 52e6568

Please sign in to comment.