1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-23 08:18:52 -05:00

Reduce embedded JRE to necessary files (requires more fine-tuning and testing)

This commit is contained in:
Reinhard Pointner 2018-06-21 16:42:33 +07:00
parent ee633059f1
commit c3aa5d6f19

View File

@ -84,13 +84,13 @@
<include name="**/release" />
<!-- exclude Windows browser plugin -->
<exclude name="**/dtplugin/**" />
<exclude name="**/plugin2/**" />
<exclude name="**/lib/dtplugin/**" />
<exclude name="**/lib/plugin2/**" />
<!-- exclude Mac browser plugin -->
<exclude name="**/deploy/**" />
<exclude name="**/nibs/**" />
<exclude name="**/shortcuts/**" />
<exclude name="**/lib/deploy/**" />
<exclude name="**/lib/nibs/**" />
<exclude name="**/lib/shortcuts/**" />
<!-- libjfxwebkit.dylib has many dependencies to deprecated librararies that cause issues with MAS review -->
<exclude name="**/libjfxwebkit.dylib" />