* fix EOL for good, didn't know i had to set it in SVN
This commit is contained in:
parent
22b15cbb56
commit
c35164389e
|
@ -4,4 +4,4 @@ while [ -h "$SOURCE" ] ; do SOURCE="$(readlink "$SOURCE")"; done
|
||||||
dir_bin="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
|
dir_bin="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
|
||||||
|
|
||||||
dir_app=$dir_bin/../Resources/Java
|
dir_app=$dir_bin/../Resources/Java
|
||||||
java -Dapplication.deployment=app "-Djna.library.path=$dir_app" -Xmx256m -jar "$dir_app/FileBot.jar" "$@"
|
java -Dapplication.deployment=app "-Djna.library.path=$dir_app" -Xmx256m -jar "$dir_app/FileBot.jar" "$@"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
dir_bin=`dirname $0`
|
dir_bin=`dirname $0`
|
||||||
path_cmd=$dir_bin/filebot
|
path_cmd=$dir_bin/filebot
|
||||||
sudo ln -s "$path_cmd" /usr/bin/filebot
|
sudo ln -s "$path_cmd" /usr/bin/filebot
|
||||||
|
|
|
@ -6,4 +6,4 @@ Name=FileBot
|
||||||
Comment=The ultimate tv renamer / subtitle downloader / sfv validator
|
Comment=The ultimate tv renamer / subtitle downloader / sfv validator
|
||||||
Exec=/usr/share/filebot/bin/filebot.sh
|
Exec=/usr/share/filebot/bin/filebot.sh
|
||||||
Icon=/usr/share/filebot/icon48.png
|
Icon=/usr/share/filebot/icon48.png
|
||||||
Categories=AudioVideo;Video;Renamer
|
Categories=AudioVideo;Video;Renamer
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
java -Dapplication.deployment=deb -Djna.library.path=/usr/share/filebot -Xmx256m -jar /usr/share/filebot/FileBot.jar "$@"
|
java -Dapplication.deployment=deb -Djna.library.path=/usr/share/filebot -Xmx256m -jar /usr/share/filebot/FileBot.jar "$@"
|
||||||
|
|
Loading…
Reference in New Issue