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

Rename to yandex-music

This commit is contained in:
Andrey Onishchenko
2024-02-14 14:07:10 +03:00
parent 14f9d1ecfb
commit c5a5568ff9
14 changed files with 83 additions and 83 deletions

View File

@@ -125,7 +125,7 @@ fi
echo "Packing"
cd "$curdir"
asar pack "$TEMPDIR/app" "$dst/yandexmusic.asar"
asar pack "$TEMPDIR/app" "$dst/yandex-music.asar"
for ext in png svg; do
mv "$TEMPDIR/app/build/next-desktop/favicon.$ext" "$dst"
done