OSDN Git Service

jvm_optionsの読み込み修正
authorseraphy <seraphy@users.osdn.me>
Mon, 17 Dec 2018 15:20:15 +0000 (00:20 +0900)
committerseraphy <seraphy@users.osdn.me>
Mon, 17 Dec 2018 15:20:15 +0000 (00:20 +0900)
src/main/attachment/bundle/CharacterManaJ.app/Contents/MacOS/java_launch.sh

index b38c18a..2f986e9 100755 (executable)
@@ -37,7 +37,7 @@ RESOURCE_DIR="$(realpath "$SCRIPT_DIR/../Resources")"
 
 # JVMオプションがあれば読み取る
 if [[ -f "$RESOURCE_DIR/jvm_options" ]]; then
-    read_jvm_options "$RESOURCE_DIR/options"
+    read_jvm_options "$RESOURCE_DIR/jvm_options"
 fi
 # JVMオプション(ユーザーディレクトリ上)
 if [[ -f "${HOME}/Library/${APPNAME}/jvm_options" ]]; then