1
0
mirror of https://github.com/mitb-archive/filebot synced 2025-03-09 13:59:49 -04:00

Fix APPX build

This commit is contained in:
Reinhard Pointner 2018-11-24 02:08:14 +07:00
parent 71f2262ddf
commit efb967f691

View File

@ -110,10 +110,10 @@
<exec executable="powershell" dir="${dir.cache}" failonerror="yes">
<arg line="get-java get jdk x86_64" />
</exec>
<untar src="${dir.cache}/openjdk-${jre.version}_windows-x64_bin.tar.gz" dest="@{dest}" compression="gzip">
<unzip src="${dir.cache}/openjdk-${jre.version}_windows-x64_bin.zip" dest="@{dest}" compression="gzip">
<patternset refid="pattern.jre" />
<cutdirsmapper dirs="1" />
</untar>
</unzip>
<exec executable="powershell" dir="${dir.cache}" failonerror="yes">
<arg line="get-java get jfx x86_64" />
</exec>