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

Release notes

This commit is contained in:
Andrey Onishchenko
2024-02-09 17:35:17 +03:00
parent a28db76a6b
commit 1f0975300f
8 changed files with 72 additions and 6 deletions

View File

@@ -14,6 +14,7 @@ usage() {
exe_location=
dst="$PWD/app"
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
fix_quit=1
while getopts :xo:qh name; do
case $name in
@@ -115,5 +116,6 @@ asar pack "$TEMPDIR/app" "$dst/yandexmusic.asar"
for ext in png svg; do
mv "$TEMPDIR/app/build/next-desktop/favicon.$ext" "$dst"
done
python "$SCRIPT_DIR/utility/extract_release_notes.py" "$TEMPDIR/app/build/next-desktop/album.txt" "$dst/release_notes.json"
echo "Done"