diff --git a/build.xml b/build.xml index 7e027da6..8d2b3bb4 100644 --- a/build.xml +++ b/build.xml @@ -1,5 +1,5 @@ - + @@ -122,9 +122,7 @@ - - - + @@ -135,23 +133,47 @@ - + + + + + + + + + + + + + + + + FileBot is the ultimate tool for renaming your tv shows and anime, downloading subtitles from various sources or just simple file verification. + + + + + + + + + - + - + - + - + @@ -307,8 +329,13 @@ - + + + + + + @@ -318,34 +345,42 @@ - - + + + + - + - - + + - - + + + + + + + + - - + + - + diff --git a/installer/deb/FileBot.desktop b/installer/deb/FileBot.desktop new file mode 100644 index 00000000..623b8987 --- /dev/null +++ b/installer/deb/FileBot.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Terminal=false +Name=FileBot +Comment=The ultimate tv renamer / subtitle downloader / sfv validator +Exec=/usr/share/filebot/bin/filebot.sh +Icon=/usr/share/filebot/icon48.png +Categories=AudioVideo;Video;Renamer diff --git a/installer/deb/ant-deb.jar b/installer/deb/ant-deb.jar new file mode 100644 index 00000000..4625436e Binary files /dev/null and b/installer/deb/ant-deb.jar differ diff --git a/installer/deb/filebot.sh b/installer/deb/filebot.sh new file mode 100644 index 00000000..edbcfecb --- /dev/null +++ b/installer/deb/filebot.sh @@ -0,0 +1,2 @@ +#!/bin/bash +java -Dapplication.deployment=deb -Djna.library.path=/usr/share/filebot -Xmx256m -jar /usr/share/filebot/FileBot.jar "$@"