Fix Windows build
This commit is contained in:
parent
d5549b1f2d
commit
cc99f1d4d8
|
@ -579,7 +579,7 @@
|
||||||
|
|
||||||
<target name="appx" description="Build Windows 10 package" depends="revision">
|
<target name="appx" description="Build Windows 10 package" depends="revision">
|
||||||
<copy todir="${dir.dist}/appx">
|
<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" />
|
<fileset dir="${dir.lib}/native/win32-x64" />
|
||||||
</copy>
|
</copy>
|
||||||
<copy todir="${dir.dist}/appx/lib">
|
<copy todir="${dir.dist}/appx/lib">
|
||||||
|
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Loading…
Reference in New Issue