1
0
mirror of https://github.com/mitb-archive/filebot synced 2025-03-10 06:20:27 -04:00

Simplify JDK 8 patch

This commit is contained in:
Reinhard Pointner 2019-06-01 00:44:37 +07:00
parent 7f243bdfda
commit 9adc366224

View File

@ -234,7 +234,7 @@
<!-- fetch latest JRE --> <!-- fetch latest JRE -->
<copy todir="${dir.staging}/jre"> <copy todir="${dir.staging}/jre">
<fileset dir="${dir.lib}/jre/Windows-x64" /> <fileset dir="${dir.lib}/jre/Windows-${appx.arch}" />
</copy> </copy>
<!-- package APPX --> <!-- package APPX -->