mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-09 13:59:49 -04:00
Fix embedded JRE + JFX module path
This commit is contained in:
parent
84a676d586
commit
096ed29ddc
@ -174,6 +174,11 @@
|
||||
<classpath dir="${dir.dist}/lib" />
|
||||
<librarypath dir="${dir.lib}/native/mac-x86_64" />
|
||||
|
||||
<option value="--module-path" />
|
||||
<option value="$APP_ROOT/Contents/PlugIns/jdk-${jre.version}.jdk/Contents/Home/ext/modules/lib" />
|
||||
<option value="--add-modules" />
|
||||
<option value="ALL-MODULE-PATH" />
|
||||
|
||||
<!-- include command-line tools -->
|
||||
<librarypath dir="@{dir}">
|
||||
<include name="*.sh" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user