Fix build depends

This commit is contained in:
Reinhard Pointner 2016-08-14 00:17:06 +08:00
parent b6573d7538
commit 9f263f7de8
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@
</target>
<target name="fatjar" depends="resolve, jar" description="Build executable jar">
<target name="fatjar" depends="jar" description="Build executable jar">
<jar destfile="${path.fatjar}" filesetmanifest="merge" duplicate="fail" index="yes">
<!-- include main jar -->
<zipfileset src="${dir.dist}/filebot.jar" />