Maybe you could use imagemagick to convert the ico to png automatically. Something like: convert "file.ico" -alpha on -background none -flatten "file.png"
Maybe you could use imagemagick to convert the ico to png automatically. Something like: convert "file.ico" -alpha on -background none -flatten "file.png"