1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

* always upload HEAD jar under a fixed name as well for auto-update purposes

This commit is contained in:
Reinhard Pointner 2013-04-02 15:30:59 +00:00
parent d3f987d130
commit 225d37238d

View File

@ -651,6 +651,7 @@
<!-- deploy fatjar -->
<input message="Mark:" addproperty="mark" />
<scp file="${path.fatjar}" remoteTofile="${sf.user}:${sf.password}@${deploy.release}/HEAD/filebot-${version}-r${svn.revision}-${mark}.jar" trust="yes" verbose="true" sftp="true" />
<scp file="${path.fatjar}" remoteTofile="${sf.user}:${sf.password}@${deploy.release}/HEAD/FileBot.jar" trust="yes" verbose="true" sftp="true" />
</target>