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

Remove RN generation on repack

This commit is contained in:
Andrey Onischenko
2024-10-30 16:58:09 +03:00
parent 1f6e083894
commit a719b40516
2 changed files with 4 additions and 2 deletions

View File

@@ -135,6 +135,5 @@ asar pack "$TEMPDIR/app" "$dst/yandex-music.asar"
for ext in png svg; do
mv "$TEMPDIR/app/app/favicon.$ext" "$dst"
done
python "$SCRIPT_DIR/utility/extract_release_notes.py" "$dst/release_notes.json"
echo "Done"