build: Build Squirrel splash image as well

This commit is contained in:
Elian Doran 2024-08-03 22:25:10 +03:00
parent f81bf509cd
commit a94c2c45b7
No known key found for this signature in database
3 changed files with 4 additions and 1 deletions

View File

@ -15,4 +15,7 @@ icnsutil compose -f "mac/icon.icns" "./png/512x512.png"
rm "./png/512x512.png"
# Build Windows icon
magick -background none "../icon-color.svg" -define icon:auto-resize=16,32,48,64,128,256 "./win/icon.ico";
magick -background none "../icon-color.svg" -define icon:auto-resize=16,32,48,64,128,256 "./win/icon.ico"
# Build Squirrel splash image
magick "./png/256x256.png" -background "#ffffff" -gravity center -extent 640x480 "./win/setup-banner.gif"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.5 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB