diff --git a/app/moonlight_wix.png b/app/moonlight_wix.png new file mode 100644 index 00000000..ca4bd5c4 Binary files /dev/null and b/app/moonlight_wix.png differ diff --git a/scripts/generate-ico.sh b/scripts/generate-ico.sh index 380116f1..c09bd6e1 100755 --- a/scripts/generate-ico.sh +++ b/scripts/generate-ico.sh @@ -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!