Fix APPX build

This commit is contained in:
Reinhard Pointner 2018-11-24 02:13:31 +07:00
parent efb967f691
commit 5ba02da25e
1 changed files with 1 additions and 1 deletions

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>