mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-22 15:58:52 -05:00
Fix PKG filebot command
This commit is contained in:
parent
a279a9364d
commit
6139ece8a9
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
FILEBOT_HOME="/Applications/FileBot.app/Contents"
|
||||
JAVA_HOME="$FILEBOT_HOME/PlugIns/jre-@{java.version}.jre/Contents/Home"
|
||||
JAVA_HOME="$FILEBOT_HOME/PlugIns/jre-@{jre.version}.jre/Contents/Home"
|
||||
|
||||
# select application data folder
|
||||
APP_DATA="$HOME/.filebot"
|
||||
|
Loading…
Reference in New Issue
Block a user