mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-23 00:08:51 -05:00
Allow xz compression to work on the jar
This commit is contained in:
parent
fd5cd4f2bf
commit
057fd191c8
@ -291,7 +291,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<target name="jar" depends="build">
|
<target name="jar" depends="build">
|
||||||
<jar destfile="${dir.dist}/lib/filebot.jar">
|
<jar destfile="${dir.dist}/lib/filebot.jar" compress="no">
|
||||||
<fileset dir="${dir.build}" />
|
<fileset dir="${dir.build}" />
|
||||||
<manifest>
|
<manifest>
|
||||||
<attribute name="Build-Date" value="${tstamp.date}" />
|
<attribute name="Build-Date" value="${tstamp.date}" />
|
||||||
|
Loading…
Reference in New Issue
Block a user