Skip to content

Commit

Permalink
Fix tray icon after upstream merge
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiritCroc committed Oct 22, 2024
1 parent ba6fe48 commit 5bda6c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion element-desktop
5 changes: 4 additions & 1 deletion graphics/icon_gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,12 @@ repo_dir="$SCHILDI_ROOT/element-desktop"
base_out="$repo_dir/res/img"

export_square 256 "$mydir/ic_launcher_sc.svg" "$base_out/element.png"

magick "$base_out/element.png" "$base_out/element.ico"

# TODO monochrome icon? Unless https://github.com/element-hq/element-desktop/pull/1934 is what we'll end with
export_square 256 "$mydir/ic_launcher_sc.svg" "$base_out/monochrome.png"
magick "$base_out/element.png" "$base_out/monochrome.ico"

for f in "$base_out"/*.png; do
pngcrush -ow "$f"
done
Expand Down

0 comments on commit 5bda6c9

Please sign in to comment.