Add ext/modules folder into each embedded JRE

This commit is contained in:
Reinhard Pointner 2018-11-17 14:09:41 +07:00
parent 9077b0dbe9
commit 5ae9f91c0e
1 changed files with 3 additions and 3 deletions

View File

@ -105,7 +105,7 @@
<exec executable="powershell" dir="${dir.cache}" failonerror="yes">
<arg line="get-java get jfx x86_64" />
</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" />
</unzip>
</sequential>
@ -125,7 +125,7 @@
<exec executable="get-java.sh" dir="${dir.cache}" failonerror="yes">
<arg line="get jfx x86_64 Darwin" />
</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" />
</unzip>
</sequential>
@ -145,7 +145,7 @@
<exec executable="get-java.sh" dir="${dir.cache}" failonerror="yes">
<arg line="get jfx x86_64 Linux" />
</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" />
</unzip>
</sequential>