summarylogtreecommitdiffstats
path: root/filebot-arch.sh
diff options
context:
space:
mode:
authormax.bra2018-03-22 20:34:43 +0100
committermax.bra2018-03-22 20:34:43 +0100
commit52ee44370e169f07b17ffac4669f3580b5df3928 (patch)
tree87036d921be129ab28ec8cb812922c8c3f955579 /filebot-arch.sh
parent7a31a36542149a6c57785186e90a5d3b76e8cd70 (diff)
downloadaur-52ee44370e169f07b17ffac4669f3580b5df3928.tar.gz
v. 4.8.0
Diffstat (limited to 'filebot-arch.sh')
-rw-r--r--filebot-arch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/filebot-arch.sh b/filebot-arch.sh
index 5a7c42d18956..7abac07c6c9f 100644
--- a/filebot-arch.sh
+++ b/filebot-arch.sh
@@ -18,5 +18,5 @@ EXTRACTOR="ApacheVFS" # use Apache Commons VFS2 with junrar plugin
# EXTRACTOR="SevenZipNativeBindings" # use the lib7-Zip-JBinding.so native library
# start filebot
-java -Dunixfs=false -DuseGVFS=false -DuseExtendedFileAttributes=true -DuseCreationDate=false -Djava.net.useSystemProxies=false -Dapplication.deployment=portable -Dfile.encoding="UTF-8" -Dsun.jnu.encoding="UTF-8" -Djna.nosys=false -Djna.nounpack=true -Dnet.filebot.Archive.extractor="$EXTRACTOR" -Dnet.filebot.AcoustID.fpcalc="fpcalc" -Dapplication.dir=$HOME/.config/filebot -Djava.io.tmpdir=/tmp/filebot -Dapplication.update=skip -Djna.library.path=/usr/share/java $JAVA_OPTS -jar /usr/share/java/filebot/filebot.jar "$@"
+java -Dunixfs=false -DuseGVFS=false -DuseExtendedFileAttributes=true -DuseCreationDate=false -Djava.net.useSystemProxies=false -Dapplication.deployment=portable -Dfile.encoding="UTF-8" -Dsun.jnu.encoding="UTF-8" -Djna.nosys=false -Djna.nounpack=true -Dnet.filebot.Archive.extractor="$EXTRACTOR" -Dnet.filebot.AcoustID.fpcalc="fpcalc" -Dapplication.dir=$HOME/.config/filebot -Djava.io.tmpdir=/tmp/filebot -Dapplication.update=skip -Djna.library.path=/usr/share/java $JAVA_OPTS -cp /usr/share/java/filebot/filebot.jar net.filebot.Main "$@"