mirror of
https://github.com/mitb-archive/filebot
synced 2025-01-11 05:48:01 -05:00
Apache Ant 1.10.1
This commit is contained in:
parent
e8cf185961
commit
935b91d361
@ -930,7 +930,7 @@
|
||||
|
||||
|
||||
<target name="deploy-beta-jar" depends="fatjar" description="Build and deploy the latest jar">
|
||||
<xz src="${path.fatjar}" dest="${path.fatjar}.xz" />
|
||||
<xz src="${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