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

Fetch remote release notes

This commit is contained in:
Andrey Onischenko
2024-10-30 12:17:08 +03:00
parent 1ac2def1cf
commit f96209a069
2 changed files with 12 additions and 9 deletions

View File

@@ -135,6 +135,6 @@ 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" "$TEMPDIR/app/main/translations/compiled/ru.json" "$dst/release_notes.json"
python "$SCRIPT_DIR/utility/extract_release_notes.py" "$dst/release_notes.json"
echo "Done"