1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-23 16:28:51 -05:00

Include command-line helpers in app bundle builds

This commit is contained in:
Reinhard Pointner 2016-09-19 14:23:05 +08:00
parent d8a2572db6
commit 2dae794984

View File

@ -479,6 +479,7 @@
<srcfile />
<fileset dir="${dir.dist}/${path.app}/Contents">
<include name="MacOS/*.dylib" />
<include name="MacOS/*.sh" />
<include name="Java/*.jar" />
</fileset>
</apply>