Move Windows Store Artwork to make sure it's not accidentally included in APPX packages

This commit is contained in:
Reinhard Pointner 2017-10-20 17:12:59 +02:00
parent 5acbd03f24
commit 2ed3f0995d
8 changed files with 1 additions and 1 deletions

View File

@ -619,7 +619,7 @@
<property name="dir.staging" location="${dir.dist}/appx/${arch}" />
<copy todir="${dir.staging}">
<fileset dir="${dir.installer}/appx" includes="*.exe, *.properties, *.ico, Assets/*.png" />
<fileset dir="${dir.installer}/appx" includes="*.exe, *.properties, *.ico, **/*.png" />
<fileset dir="${dir.lib}/native/win32-${arch}" />
</copy>
<copy todir="${dir.staging}/lib">

View File

Before

Width:  |  Height:  |  Size: 95 KiB

After

Width:  |  Height:  |  Size: 95 KiB

View File

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

View File

Before

Width:  |  Height:  |  Size: 150 KiB

After

Width:  |  Height:  |  Size: 150 KiB

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

Before

Width:  |  Height:  |  Size: 234 KiB

After

Width:  |  Height:  |  Size: 234 KiB

View File

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB