From abae60ba3a2927b04c3388645835660e23b569e2 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Sun, 24 Jun 2018 02:39:39 +0700 Subject: [PATCH] Make a separate PKG build so we can have APP bundles with and without embedded JRE (i.e. no embedded JRE for brew cask automatic install) --- installer/pkg/filebot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/pkg/filebot.sh b/installer/pkg/filebot.sh index dd466dad..7c7516d1 100755 --- a/installer/pkg/filebot.sh +++ b/installer/pkg/filebot.sh @@ -1,5 +1,5 @@ #!/bin/sh -FILEBOT_HOME="/Application/FileBot.app/Contents/Home" +FILEBOT_HOME="/Application/FileBot.app/Contents" JAVA_HOME="$FILEBOT_HOME/PlugIns/jre-@{java.version}.jre/Contents/Home" # select application data folder