Update wsl-appx to version 1 / rev 9 via SR 886832
https://build.opensuse.org/request/show/886832
by user jfkw + dimstar_suse
- Format AppxManifest.xml template for min diff to kiwi output
* kiwi appx image output emits Unix eol tidy xml with sorted attributes
* Use tidy --input-xml true --indent yes --indent-spaces 4
--sort-attributes alpha --wrap 0 --write-back yes AppxManifest.xml
* Manually remove space from empty xml elements closing "/>"
as tidy has no setting for this:
sed -i -e "s_ />_/>_g" AppxManifest.xml
* Remove xml declaration standalone="yes" to match kiwi xml output
* Convert from DOS eol to Unix eol to match kiwi xml output
* Zero diff between template and kiwi output helps debugging (forwarded request 886831 from jfkw)