mirror of
https://github.com/zbanks/radiance.git
synced 2026-06-16 04:26:25 +02:00
Add icon with very specific sizes & bit depths (matching how VLC player does it)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user