From 43e6da4bc6bcac38ff97c496f595957c9808464d Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Sun, 24 Jun 2018 01:10:28 +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/app/filebot.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/installer/app/filebot.sh b/installer/app/filebot.sh index 0285df3f..1a7710ba 100755 --- a/installer/app/filebot.sh +++ b/installer/app/filebot.sh @@ -20,10 +20,5 @@ FILEBOT_HOME=`cd "$BIN/.." && pwd` APP_DATA="$HOME/.filebot" LIBRARY_PATH="$FILEBOT_HOME/MacOS" - -#!/bin/sh -APP_EXE=`readlink /usr/local/bin/filebot` -APP_ROOT=`dirname "$APP_EXE"` - # start filebot /usr/libexec/java_home --failfast --version "@{jvm.version}+" --exec java -Dapplication.deployment=app -Dapple.awt.UIElement=true -Dnet.filebot.AcoustID.fpcalc="$LIBRARY_PATH/fpcalc" @{java.application.options} @{linux.application.options} $JAVA_OPTS $FILEBOT_OPTS -classpath "$FILEBOT_HOME/Java/*" @{main.class} "$@"