1
0
mirror of https://github.com/mitb-archive/filebot synced 2025-01-10 21:38:04 -05:00

Don't use fatjar in MWS build to help with incremental auto-updates

This commit is contained in:
Reinhard Pointner 2017-03-06 14:35:06 +08:00
parent c3514c9a0e
commit 7175b58f7d

View File

@ -596,6 +596,9 @@
</tarfileset>
<cutdirsmapper dirs="1" />
</copy>
<copy todir="${dir.dist}/appx/lib">
<fileset dir="${dir.dist}/lib" includes="*.jar" />
</copy>
<!-- copy files and resolve ant variables -->
<copy-replace todir="${dir.dist}/appx">