mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-09 22:09:47 -04:00
Use default compression
This commit is contained in:
parent
0723d1726b
commit
2cddc658e8
@ -193,7 +193,7 @@
|
||||
|
||||
|
||||
<target name="jar" depends="build">
|
||||
<jar destfile="${dir.dist}/lib/filebot.jar" compress="no">
|
||||
<jar destfile="${dir.dist}/lib/filebot.jar">
|
||||
<fileset dir="${dir.build}" />
|
||||
<manifest>
|
||||
<attribute name="Build-Date" value="${tstamp.date}" />
|
||||
@ -204,7 +204,7 @@
|
||||
|
||||
|
||||
<target name="fatjar" depends="jar" description="Build executable jar">
|
||||
<jar destfile="${path.fatjar}" filesetmanifest="merge" duplicate="fail" compress="no">
|
||||
<jar destfile="${path.fatjar}" filesetmanifest="merge" duplicate="fail">
|
||||
<!-- include main jar -->
|
||||
<zipfileset src="${dir.dist}/lib/filebot.jar" />
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user