mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 06:01:12 +00:00
Add Moonlight.ico for Windows and script to generate it
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 345 KiB |
Executable
+9
@@ -0,0 +1,9 @@
|
|||||||
|
#!/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!
|
||||||
Reference in New Issue
Block a user