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

Prototype support for Java 9 (macOS build)

This commit is contained in:
Reinhard Pointner 2017-10-17 16:12:50 +02:00
parent a3a77f8ec3
commit 5cec009384

View File

@ -415,7 +415,7 @@
<!-- fetch latest JRE -->
<exec executable="get-java.sh" dir="${dir.cache}" failonerror="yes" />
<untar src="${dir.cache}/jre-${jre.major}u${jre.build}-macosx-x64.tar.gz" dest="${dir.cache}" compression="gzip">
<untar src="${dir.cache}/jre-${jre.major}_osx-x64.tar.gz" dest="${dir.cache}" compression="gzip">
<patternset>
<exclude name="**/bin/**" />
<exclude name="**/man/**" />