1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-23 16:28:51 -05:00

compress="no" seems to allow for much better zip/xz compression rates (~30% better)

This commit is contained in:
Reinhard Pointner 2016-10-25 03:19:59 +08:00
parent 56f292b791
commit acee061e0e

View File

@ -903,11 +903,7 @@
<target name="deploy-beta-jar" depends="fatjar" description="Build and deploy the latest jar">
<cmp:xz destfile="${path.fatjar}.xz">
<cmp:tar format="gnu" encoding="utf-8">
<cmp:tarfileset file="${path.fatjar}" />
</cmp:tar>
</cmp:xz>
<cmp:xz srcfile="${path.fatjar}" destfile="${path.fatjar}.xz" />
<scp file="${path.fatjar}.xz" remoteTofile="${deploy.release}/HEAD/filebot-r${revision}.jar.xz" trust="yes" verbose="true" sftp="true" keyfile="${deploy.keyfile}" />
<scp file="${path.fatjar}.xz" remoteTofile="${deploy.release}/HEAD/FileBot.jar.xz" trust="yes" verbose="true" sftp="true" keyfile="${deploy.keyfile}" />
</target>