mirror of
https://github.com/zadam/trilium.git
synced 2026-02-11 08:14:39 +01:00
fix(desktop): nightly failing due to missing flatpak icon
This commit is contained in:
parent
4a8fa7293b
commit
a07405bec3
BIN
apps/desktop/electron-forge/app-icon/png/128x128-dev.png
Normal file
BIN
apps/desktop/electron-forge/app-icon/png/128x128-dev.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.8 KiB |
@ -30,6 +30,7 @@ inkscape -w 256 -h 256 "$source_icon_dir/icon-color.svg" -o "./png/256x256.png"
|
||||
# Build dev icons (including tray)
|
||||
inkscape -w 16 -h 16 "$source_icon_dir/icon-purple.svg" -o "./png/16x16-dev.png"
|
||||
inkscape -w 32 -h 32 "$source_icon_dir/icon-purple.svg" -o "./png/32x32-dev.png"
|
||||
inkscape -w 128 -h 128 "$source_icon_dir/icon-purple.svg" -o "./png/128x128-dev.png"
|
||||
inkscape -w 256 -h 256 "$source_icon_dir/icon-purple.svg" -o "./png/256x256-dev.png"
|
||||
|
||||
# Build Mac default .icns
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user