mirror of
https://github.com/zadam/trilium.git
synced 2026-02-11 08:14:39 +01:00
chore(scripts): build dev icon for Windows
This commit is contained in:
parent
c08fb9af16
commit
5c814155d2
BIN
apps/desktop/electron-forge/app-icon/icon-dev.ico
Normal file
BIN
apps/desktop/electron-forge/app-icon/icon-dev.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 112 KiB |
@ -48,6 +48,7 @@ icnsutil compose -f "mac/icon.icns" ./mac/*.png
|
||||
|
||||
# Build Windows icon
|
||||
magick -background none "$source_icon_dir/icon-color.svg" -define icon:auto-resize=16,32,48,64,128,256 "./icon.ico"
|
||||
magick -background none "$source_icon_dir/icon-purple.svg" -define icon:auto-resize=16,32,48,64,128,256 "./icon-dev.ico"
|
||||
|
||||
# Build Windows setup icon
|
||||
magick -background none "$source_icon_dir/icon-installer.svg" -define icon:auto-resize=16,32,48,64,128,256 "$desktop_forge_dir/setup-icon/setup.ico"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user