From fb507cd795cfbadcbd6ce7f7f5e7e5634354db69 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Sat, 23 Jun 2018 17:28:51 +0700 Subject: [PATCH] Fix PKG build --- installer/app/filebot.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/installer/app/filebot.sh b/installer/app/filebot.sh index dd16904d..41ea285f 100755 --- a/installer/app/filebot.sh +++ b/installer/app/filebot.sh @@ -15,8 +15,10 @@ done # get canonical path BIN=`dirname "$PRG"` FILEBOT_HOME=`cd "$BIN/.." && pwd` - JAVA_HOME="$FILEBOT_HOME/PlugIns/jre-@{java.version}.jre/Contents/Home" + +# select application data folder +APP_DATA="$HOME/.filebot" LIBRARY_PATH="$FILEBOT_HOME/MacOS" # start filebot