mirror of
https://github.com/mitb-archive/filebot
synced 2025-01-09 04:48:38 -05:00
Build snap package via ant task
This commit is contained in:
parent
1f1b38478d
commit
d79b36eddb
11
build.xml
11
build.xml
@ -505,6 +505,11 @@
|
|||||||
|
|
||||||
|
|
||||||
<target name="snap" depends="update, fatjar">
|
<target name="snap" depends="update, fatjar">
|
||||||
|
<copy tofile="${dir.dist}/snappy/filebot/FileBot.jar" file="${path.fatjar}" />
|
||||||
|
<copy todir="${dir.dist}/snappy/filebot/lib/amd64">
|
||||||
|
<fileset dir="${dir.lib}/native/linux-amd64" excludes="fpcalc, libmediainfo.so" />
|
||||||
|
</copy>
|
||||||
|
|
||||||
<!-- copy files and resolve ant variables -->
|
<!-- copy files and resolve ant variables -->
|
||||||
<copy todir="${dir.dist}/snappy" overwrite="yes" encoding="UTF-8" verbose="true">
|
<copy todir="${dir.dist}/snappy" overwrite="yes" encoding="UTF-8" verbose="true">
|
||||||
<fileset dir="${dir.installer}/snappy" />
|
<fileset dir="${dir.installer}/snappy" />
|
||||||
@ -514,11 +519,7 @@
|
|||||||
</propertyset>
|
</propertyset>
|
||||||
</filterset>
|
</filterset>
|
||||||
</copy>
|
</copy>
|
||||||
|
<chmod perm="+x" file="${dir.dist}/snappy/filebot/filebot.sh" verbose="yes" />
|
||||||
<copy tofile="${dir.dist}/snappy/filebot/FileBot.jar" file="${path.fatjar}" />
|
|
||||||
<copy todir="${dir.dist}/snappy/filebot/lib/amd64">
|
|
||||||
<fileset dir="${dir.lib}/native/linux-amd64" />
|
|
||||||
</copy>
|
|
||||||
|
|
||||||
<exec dir="${dir.dist}/snappy" executable="snapcraft" failonerror="on">
|
<exec dir="${dir.dist}/snappy" executable="snapcraft" failonerror="on">
|
||||||
<arg line="snap" />
|
<arg line="snap" />
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: filebot
|
name: filebot
|
||||||
version: @{version}.r@{revision}
|
version: @{version}
|
||||||
summary: The ultimate TV and Movie Renamer / Subtitle Downloader
|
summary: The ultimate TV and Movie Renamer / Subtitle Downloader
|
||||||
description: FileBot is the ultimate tool for organizing and renaming your movies, tv shows or anime, and music well as downloading subtitles and artwork. It's smart and just works.
|
description: FileBot is the ultimate tool for organizing and renaming your movies, tv shows or anime, and music well as downloading subtitles and artwork. It's smart and just works.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user