1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

Support non-Windows ZIP package builds

This commit is contained in:
Reinhard Pointner 2019-05-07 11:30:27 +07:00
parent dab8763af9
commit 2bf87ffb23

View File

@ -115,7 +115,7 @@
<arg line="get-java get jdk x86_64" />
</exec>
<exec executable="get-java.sh" dir="${dir.cache}" failonerror="yes" osFamily="unix">
<arg line="get jdk x86_64" />
<arg line="get jdk x86_64 Windows" />
</exec>
<unzip src="${dir.cache}/openjdk-${jre.version}_windows-x64_bin.zip" dest="@{dest}">
<patternset refid="pattern.jre" />
@ -126,7 +126,7 @@
<arg line="get-java get jfx x86_64" />
</exec>
<exec executable="get-java.sh" dir="${dir.cache}" failonerror="yes" osFamily="unix">
<arg line="get jfx x86_64" />
<arg line="get jfx x86_64 Windows" />
</exec>
<unzip src="${dir.cache}/openjfx-${jfx.version}_windows-x64_bin-sdk.zip" dest="@{dest}/ext/modules">
<patternset refid="pattern.jre" />