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:
parent
ee633059f1
commit
c3aa5d6f19
10
build.xml
10
build.xml
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user