mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-23 08:18:52 -05:00
compress="no" seems to allow for much better zip/xz compression rates (~30% better)
This commit is contained in:
parent
56f292b791
commit
acee061e0e
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user