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

Fix repack

This commit is contained in:
Andrey Onishchenko
2024-07-04 08:23:31 +03:00
parent a0d8c449be
commit d952c2af10
3 changed files with 6 additions and 6 deletions

View File

@@ -84,7 +84,7 @@ done
echo "Title Fixed"
echo "Replacing Icons"
cp -drf "$SCRIPT_DIR/icons/." "./build/next-desktop/"
cp -drf "$SCRIPT_DIR/icons/." "./app/"
echo "Replaced Icons"
# applying patches
@@ -131,7 +131,7 @@ echo "Packing"
cd "$curdir"
asar pack "$TEMPDIR/app" "$dst/yandex-music.asar"
for ext in png svg; do
mv "$TEMPDIR/app/build/next-desktop/favicon.$ext" "$dst"
mv "$TEMPDIR/app/app/favicon.$ext" "$dst"
done
python "$SCRIPT_DIR/utility/extract_release_notes.py" "$TEMPDIR/app/main/translations/compiled/ru.json" "$dst/release_notes.json"