1
0
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:
Reinhard Pointner 2018-06-22 22:30:51 +07:00
parent d47e4dd03a
commit afe100ae11

View File

@ -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}">