mirror of
https://github.com/mitb-archive/filebot
synced 2025-01-10 21:38:04 -05:00
Fix JDK / JFX build
This commit is contained in:
parent
3da7838df3
commit
a37d5c299f
@ -98,7 +98,7 @@
|
|||||||
<exec executable="powershell" dir="${dir.cache}" failonerror="yes">
|
<exec executable="powershell" dir="${dir.cache}" failonerror="yes">
|
||||||
<arg line="get-java get jdk x86_64" />
|
<arg line="get-java get jdk x86_64" />
|
||||||
</exec>
|
</exec>
|
||||||
<untar src="${dir.cache}/jre-${jre.version}_windows-x64_bin.tar.gz" dest="@{dest}" compression="gzip">
|
<untar src="${dir.cache}/openjdk-${jre.version}_windows-x64_bin.tar.gz" dest="@{dest}" compression="gzip">
|
||||||
<patternset refid="pattern.jre" />
|
<patternset refid="pattern.jre" />
|
||||||
<cutdirsmapper dirs="1" />
|
<cutdirsmapper dirs="1" />
|
||||||
</untar>
|
</untar>
|
||||||
@ -118,7 +118,7 @@
|
|||||||
<exec executable="get-java.sh" dir="${dir.cache}" failonerror="yes">
|
<exec executable="get-java.sh" dir="${dir.cache}" failonerror="yes">
|
||||||
<arg line="get jdk x86_64 Darwin" />
|
<arg line="get jdk x86_64 Darwin" />
|
||||||
</exec>
|
</exec>
|
||||||
<untar src="${dir.cache}/jre-${jre.version}_osx-x64_bin.tar.gz" dest="@{dest}" compression="gzip">
|
<untar src="${dir.cache}/openjdk-${jre.version}_osx-x64_bin.tar.gz" dest="@{dest}" compression="gzip">
|
||||||
<patternset refid="pattern.jre" />
|
<patternset refid="pattern.jre" />
|
||||||
<cutdirsmapper dirs="1" />
|
<cutdirsmapper dirs="1" />
|
||||||
</untar>
|
</untar>
|
||||||
@ -138,7 +138,7 @@
|
|||||||
<exec executable="get-java.sh" dir="${dir.cache}" failonerror="yes">
|
<exec executable="get-java.sh" dir="${dir.cache}" failonerror="yes">
|
||||||
<arg line="get jre x86_64 Linux" />
|
<arg line="get jre x86_64 Linux" />
|
||||||
</exec>
|
</exec>
|
||||||
<untar src="${dir.cache}/jre-${jre.version}_linux-x64_bin.tar.gz" dest="@{dest}" compression="gzip">
|
<untar src="${dir.cache}/openjdk-${jre.version}_linux-x64_bin.tar.gz" dest="@{dest}" compression="gzip">
|
||||||
<patternset refid="pattern.jre" />
|
<patternset refid="pattern.jre" />
|
||||||
<cutdirsmapper dirs="1" />
|
<cutdirsmapper dirs="1" />
|
||||||
</untar>
|
</untar>
|
||||||
|
Loading…
Reference in New Issue
Block a user