0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2025-09-28 01:29:03 +03:00

Reuse icon from sources

Change-Id: I5fb61daa29b4a2f1fb0074fc4ac9d4a9bf4a550b
This commit is contained in:
Yury Shvedov
2024-01-30 21:21:59 +03:00
parent 46e9a0e494
commit 209cedb1ae
3 changed files with 5 additions and 2 deletions

View File

@@ -106,5 +106,8 @@ mkdir -p "$dst"
echo "Packing"
cd "$curdir"
asar pack "$TEMPDIR/app" "$dst/yandexmusic.asar"
for ext in png svg; do
mv "$TEMPDIR/app/build/next-desktop/favicon.$ext" "$dst"
done
echo "Done"