mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-16 06:15:02 -05:00
Fix APPX build
This commit is contained in:
parent
efb967f691
commit
5ba02da25e
@ -110,7 +110,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>
|
||||||
<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" />
|
<patternset refid="pattern.jre" />
|
||||||
<cutdirsmapper dirs="1" />
|
<cutdirsmapper dirs="1" />
|
||||||
</unzip>
|
</unzip>
|
||||||
|
Loading…
Reference in New Issue
Block a user