mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
build: Build Squirrel splash image as well
This commit is contained in:
parent
f81bf509cd
commit
a94c2c45b7
@ -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 |
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user