Add icon with very specific sizes & bit depths (matching how VLC player does it)

This commit is contained in:
Eric Van Albert
2025-12-18 21:44:40 -05:00
parent fd8b1b30c4
commit 0cf9d397ee
3 changed files with 1 additions and 31 deletions
+1 -4
View File
@@ -66,11 +66,8 @@ done
# Platform-specific linking
case "$OS" in
WINDOWS)
# Generate ICO file
magick library/logo.png -background transparent -colors 256 -define icon:auto-resize="128,64,48,32,16" /tmp/radiance_icon.ico
cat <<EOF >/tmp/radiance_info.rc
0 ICON "/tmp/radiance_icon.ico"
0 ICON "exe_icon.ico"
1 VERSIONINFO
FILEVERSION 1,0,0,0
PRODUCTVERSION 1,0,0,0