Skip to content

Commit

Permalink
build: Build Squirrel splash image as well
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Aug 3, 2024
1 parent f81bf50 commit a94c2c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bin/create-icons.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 modified images/app-icons/win/setup-banner.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/app-icons/win/setup-banner.xcf
Binary file not shown.

0 comments on commit a94c2c4

Please sign in to comment.