summarylogtreecommitdiffstats
path: root/filebot-arch.sh
diff options
context:
space:
mode:
authormax.bra2018-04-06 13:28:52 +0200
committermax.bra2018-04-06 13:28:52 +0200
commit18de967e2ef435793bcd65ed60cf3c82785807c3 (patch)
treef18de804a20f33908be15f72664acde37e746d24 /filebot-arch.sh
parentc2d2c76c5b11c239f371897a2572e17eb2733d48 (diff)
downloadaur-18de967e2ef435793bcd65ed60cf3c82785807c3.tar.gz
api keys added
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 7abac07c6c9f..65cbecba2a95 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 -cp /usr/share/java/filebot/filebot.jar net.filebot.Main "$@"
+java -Dunixfs=false -DuseGVFS=false -DuseExtendedFileAttributes=true -DuseCreationDate=false -Djava.net.useSystemProxies=false -Dapplication.deployment=AUR -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 "$@"