Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit a94c2c4

Browse files
committed
build: Build Squirrel splash image as well
1 parent f81bf50 commit a94c2c4

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

bin/create-icons.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,7 @@ icnsutil compose -f "mac/icon.icns" "./png/512x512.png"
1515
rm "./png/512x512.png"
1616

1717
# Build Windows icon
18-
magick -background none "../icon-color.svg" -define icon:auto-resize=16,32,48,64,128,256 "./win/icon.ico";
18+
magick -background none "../icon-color.svg" -define icon:auto-resize=16,32,48,64,128,256 "./win/icon.ico"
19+
20+
# Build Squirrel splash image
21+
magick "./png/256x256.png" -background "#ffffff" -gravity center -extent 640x480 "./win/setup-banner.gif"

images/app-icons/win/setup-banner.gif

-1.8 KB
Loading

images/app-icons/win/setup-banner.xcf

-20.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)