moonlight-qt/scripts/generate-ico.sh
2018-07-24 20:07:10 -07:00

9 lines
385 B
Bash
Executable file

#!/bin/sh
# The ImageMagick conversion tool doesn't seem to always generate
# ICO files with background transparency properly. Please validate
# that the output has a transparent background.
convert -density 256 -background none -define icon:auto-resize ../app/res/moonlight.svg ../app/moonlight.ico
echo IMPORTANT: Validate the icon has a transparent background before committing!