Let compression be up to the software distribution mechanism

This commit is contained in:
Reinhard Pointner 2017-03-06 14:06:04 +08:00
parent 064f310877
commit 680fd18583
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,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}" />