mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-23 00:08:51 -05:00
* fine-tune ubuntu integration
This commit is contained in:
parent
29fd71cfe6
commit
029abe25b8
@ -239,12 +239,10 @@
|
||||
<tarfileset fullpath="amd64/opt/filebot/FileBot.jar" file="${path.fatjar}" />
|
||||
<tarfileset prefix="i386/opt/filebot" dir="${dir.lib}/native/linux-i386" includes="*.so" />
|
||||
<tarfileset prefix="amd64/opt/filebot" dir="${dir.lib}/native/linux-amd64" includes="*.so" />
|
||||
<tarfileset prefix="i386/opt/filebot" file="${dir.installer}/ubuntu/FileBot.desktop" />
|
||||
<tarfileset prefix="amd64/opt/filebot" file="${dir.installer}/ubuntu/FileBot.desktop" />
|
||||
<tarfileset prefix="i386/opt/filebot" file="${dir.installer}/icons/icon.svg" />
|
||||
<tarfileset prefix="amd64/opt/filebot" file="${dir.installer}/icons/icon.svg" />
|
||||
<tarfileset prefix="i386/opt/filebot/bin" file="${dir.installer}/ubuntu/filebot.sh" filemode="755" />
|
||||
<tarfileset prefix="amd64/opt/filebot/bin" file="${dir.installer}/ubuntu/filebot.sh" filemode="755" />
|
||||
<tarfileset fullpath="filebot.desktop" file="${dir.installer}/ubuntu/FileBot.desktop" />
|
||||
<tarfileset fullpath="filebot.svg" file="${dir.installer}/icons/icon.svg" />
|
||||
</tar>
|
||||
</target>
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Name=FileBot
|
||||
Comment=The ultimate TV and Movie Renamer
|
||||
Comment=Rename Movies and TV Shows
|
||||
Type=Application
|
||||
Exec=/usr/share/filebot/bin/filebot.sh
|
||||
Icon=/usr/share/filebot/icon.svg
|
||||
Categories=AudioVideo;Video;Renamer
|
||||
Terminal=false
|
||||
StartupNotify=true
|
||||
Categories=AudioVideo;Video;FileTools;Java
|
||||
|
@ -1,9 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Name=FileBot
|
||||
Comment=The ultimate TV and Movie Renamer
|
||||
Comment=Rename Movies and TV Shows
|
||||
Type=Application
|
||||
Exec=/opt/filebot/bin/filebot.sh
|
||||
Icon=/opt/filebot/icon.svg
|
||||
Categories=AudioVideo;Video;Renamer
|
||||
Icon=filebot
|
||||
Terminal=false
|
||||
StartupNotify=true
|
||||
Categories=AudioVideo;Video;FileTools;Java
|
||||
X-Ubuntu-Gettext-Domain=filebot
|
||||
|
Loading…
Reference in New Issue
Block a user