Fix Windows build

This commit is contained in:
Reinhard Pointner 2017-03-20 15:33:36 +08:00
parent d5549b1f2d
commit cc99f1d4d8
2 changed files with 1 additions and 1 deletions

View File

@ -579,7 +579,7 @@
<target name="appx" description="Build Windows 10 package" depends="revision">
<copy todir="${dir.dist}/appx">
<fileset dir="${dir.installer}/appx" excludes="*.xml, *.ini" />
<fileset dir="${dir.installer}/appx" excludes="*.xml, *.ini, *.url" />
<fileset dir="${dir.lib}/native/win32-x64" />
</copy>
<copy todir="${dir.dist}/appx/lib">

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB