mirror of
https://github.com/mitb-archive/filebot
synced 2025-01-10 13:28:02 -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 fullpath="amd64/opt/filebot/FileBot.jar" file="${path.fatjar}" />
|
||||||
<tarfileset prefix="i386/opt/filebot" dir="${dir.lib}/native/linux-i386" includes="*.so" />
|
<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="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="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 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>
|
</tar>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Version=1.0
|
|
||||||
Type=Application
|
|
||||||
Terminal=false
|
|
||||||
Name=FileBot
|
Name=FileBot
|
||||||
Comment=The ultimate TV and Movie Renamer
|
Comment=Rename Movies and TV Shows
|
||||||
|
Type=Application
|
||||||
Exec=/usr/share/filebot/bin/filebot.sh
|
Exec=/usr/share/filebot/bin/filebot.sh
|
||||||
Icon=/usr/share/filebot/icon.svg
|
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]
|
[Desktop Entry]
|
||||||
Version=1.0
|
|
||||||
Type=Application
|
|
||||||
Terminal=false
|
|
||||||
Name=FileBot
|
Name=FileBot
|
||||||
Comment=The ultimate TV and Movie Renamer
|
Comment=Rename Movies and TV Shows
|
||||||
|
Type=Application
|
||||||
Exec=/opt/filebot/bin/filebot.sh
|
Exec=/opt/filebot/bin/filebot.sh
|
||||||
Icon=/opt/filebot/icon.svg
|
Icon=filebot
|
||||||
Categories=AudioVideo;Video;Renamer
|
Terminal=false
|
||||||
|
StartupNotify=true
|
||||||
|
Categories=AudioVideo;Video;FileTools;Java
|
||||||
|
X-Ubuntu-Gettext-Domain=filebot
|
||||||
|
Loading…
Reference in New Issue
Block a user