mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-23 08:18:52 -05:00
Add ext/modules folder into each embedded JRE
This commit is contained in:
parent
9077b0dbe9
commit
5ae9f91c0e
@ -105,7 +105,7 @@
|
|||||||
<exec executable="powershell" dir="${dir.cache}" failonerror="yes">
|
<exec executable="powershell" dir="${dir.cache}" failonerror="yes">
|
||||||
<arg line="get-java get jfx x86_64" />
|
<arg line="get-java get jfx x86_64" />
|
||||||
</exec>
|
</exec>
|
||||||
<unzip src="${dir.cache}/openjfx-${jfx.version}_windows-x64_bin-sdk.zip" dest="@{dest}/ext/jfx">
|
<unzip src="${dir.cache}/openjfx-${jfx.version}_windows-x64_bin-sdk.zip" dest="@{dest}/ext/modules">
|
||||||
<cutdirsmapper dirs="1" />
|
<cutdirsmapper dirs="1" />
|
||||||
</unzip>
|
</unzip>
|
||||||
</sequential>
|
</sequential>
|
||||||
@ -125,7 +125,7 @@
|
|||||||
<exec executable="get-java.sh" dir="${dir.cache}" failonerror="yes">
|
<exec executable="get-java.sh" dir="${dir.cache}" failonerror="yes">
|
||||||
<arg line="get jfx x86_64 Darwin" />
|
<arg line="get jfx x86_64 Darwin" />
|
||||||
</exec>
|
</exec>
|
||||||
<unzip src="${dir.cache}/openjfx-${jfx.version}_osx-x64_bin-sdk.zip" dest="@{dest}/ext/jfx">
|
<unzip src="${dir.cache}/openjfx-${jfx.version}_osx-x64_bin-sdk.zip" dest="@{dest}/ext/modules">
|
||||||
<cutdirsmapper dirs="1" />
|
<cutdirsmapper dirs="1" />
|
||||||
</unzip>
|
</unzip>
|
||||||
</sequential>
|
</sequential>
|
||||||
@ -145,7 +145,7 @@
|
|||||||
<exec executable="get-java.sh" dir="${dir.cache}" failonerror="yes">
|
<exec executable="get-java.sh" dir="${dir.cache}" failonerror="yes">
|
||||||
<arg line="get jfx x86_64 Linux" />
|
<arg line="get jfx x86_64 Linux" />
|
||||||
</exec>
|
</exec>
|
||||||
<unzip src="${dir.cache}/openjfx-${jfx.version}_linux-x64_bin-sdk.zip" dest="@{dest}/ext/jfx">
|
<unzip src="${dir.cache}/openjfx-${jfx.version}_linux-x64_bin-sdk.zip" dest="@{dest}/ext/modules">
|
||||||
<cutdirsmapper dirs="1" />
|
<cutdirsmapper dirs="1" />
|
||||||
</unzip>
|
</unzip>
|
||||||
</sequential>
|
</sequential>
|
||||||
|
Loading…
Reference in New Issue
Block a user