mirror of
https://github.com/mitb-archive/filebot
synced 2025-01-10 13:28:02 -05:00
Fix build.xml
This commit is contained in:
parent
d47e4dd03a
commit
afe100ae11
@ -62,7 +62,7 @@
|
|||||||
<macrodef name="release-deploy">
|
<macrodef name="release-deploy">
|
||||||
<attribute name="dir" />
|
<attribute name="dir" />
|
||||||
<attribute name="todir" />
|
<attribute name="todir" />
|
||||||
<element name="includes" implicit="yes" />
|
<element name="includes" implicit="yes" optional="yes" />
|
||||||
<sequential>
|
<sequential>
|
||||||
<scp todir="@{todir}" trust="yes" verbose="true" sftp="true" keyfile="${deploy.keyfile}">
|
<scp todir="@{todir}" trust="yes" verbose="true" sftp="true" keyfile="${deploy.keyfile}">
|
||||||
<fileset dir="@{dir}">
|
<fileset dir="@{dir}">
|
||||||
|
Loading…
Reference in New Issue
Block a user