From fb8f20f31a823b018af704e14a35bc55be05c177 Mon Sep 17 00:00:00 2001 From: Mitchell Syer Date: Wed, 22 Jan 2025 15:49:22 -0500 Subject: [PATCH] Fix MacOS .command file with new JRE (#1243) --- scripts/resources/Suwayomi Launcher.command | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/resources/Suwayomi Launcher.command b/scripts/resources/Suwayomi Launcher.command index 113a9cad..5f7998af 100755 --- a/scripts/resources/Suwayomi Launcher.command +++ b/scripts/resources/Suwayomi Launcher.command @@ -1,3 +1,3 @@ cd "`dirname "$0"`" -./jre/Contents/Home/bin/java -jar Suwayomi-Launcher.jar \ No newline at end of file +./jre/bin/java -jar Suwayomi-Launcher.jar \ No newline at end of file