From da4a1d638da64354e036622a4033c4b3f66eb14c Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Sun, 24 Jun 2018 02:48:08 +0700 Subject: [PATCH] Fix stupid mistake --- 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 7c7516d1..6683beab 100755 --- a/installer/pkg/filebot.sh +++ b/installer/pkg/filebot.sh @@ -1,5 +1,5 @@ #!/bin/sh -FILEBOT_HOME="/Application/FileBot.app/Contents" +FILEBOT_HOME="/Applications/FileBot.app/Contents" JAVA_HOME="$FILEBOT_HOME/PlugIns/jre-@{java.version}.jre/Contents/Home" # select application data folder