Update only filebot.jar

This commit is contained in:
Reinhard Pointner 2018-06-28 01:55:42 +07:00
parent 0c3d4b7306
commit c33063c190
1 changed files with 0 additions and 6 deletions

View File

@ -657,15 +657,9 @@
<target name="deploy-update" description="Upload incremental update archive">
<copy-replace todir="${dir.dist}/portable">
<fileset dir="${dir.installer}/portable" includes="*.sh" />
</copy-replace>
<tar destfile="${dir.dist}/CHANGES.tar.xz" compression="${tar.compression}" longfile="posix" encoding="utf-8">
<tarfileset dir="${dir.dist}/portable" includes="*.sh" filemode="755" />
<tarfileset prefix="jar" dir="${dir.dist}/lib" includes="${package.name}.jar" />
</tar>
<antcall target="stage">
<param name="dir.release" value="${dir.release.index}/HEAD" />
</antcall>