Fix missed element logo svg for icon_gen.sh

This commit is contained in:
SpiritCroc 2024-10-13 13:41:07 +02:00
parent 239da124ad
commit a130372946
2 changed files with 4 additions and 1 deletions

@ -1 +1 @@
Subproject commit 9219435502cab75af63cfc4271fc0b53d096cee8
Subproject commit f3389d724f9a44b572d740c1633ad0db62f624c7

View File

@ -55,6 +55,9 @@ for f in "$base_out"/*.png; do
done
cp "$mydir/ic_launcher_sc.svg" "$repo_dir/res/themes/element/img/logos/element-logo.svg"
repo_dir="$SCHILDI_ROOT/element-desktop"
base_out="$repo_dir/res/img"