Simplify JDK 8 patch

This commit is contained in:
Reinhard Pointner 2019-06-01 00:44:37 +07:00
parent 7f243bdfda
commit 9adc366224
1 changed files with 1 additions and 1 deletions

View File

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