Create Moonlight png for WiX bootstrapper

This commit is contained in:
Cameron Gutman 2018-07-24 21:07:57 -07:00
parent 5e4182f0a0
commit 03dc563b32
2 changed files with 1 additions and 0 deletions

BIN
app/moonlight_wix.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

View file

@ -5,5 +5,6 @@
# that the output has a transparent background.
convert -density 256 -background none -define icon:auto-resize ../app/res/moonlight.svg ../app/moonlight.ico
convert -density 256 -background none -size 64x64 ../app/res/moonlight.svg ../app/moonlight_wix.png
echo IMPORTANT: Validate the icon has a transparent background before committing!