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

Fix APPX build

This commit is contained in:
Reinhard Pointner 2018-11-24 02:13:31 +07:00
parent efb967f691
commit 5ba02da25e

View File

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