1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

Allow xz compression to work on the jar

This commit is contained in:
Reinhard Pointner 2018-06-27 00:11:18 +07:00
parent fd5cd4f2bf
commit 057fd191c8

View File

@ -291,7 +291,7 @@
<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}" />
<manifest>
<attribute name="Build-Date" value="${tstamp.date}" />