Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit d9cd725

Browse files
committed
Bump to 9.0.1
1 parent 1cf4c8e commit d9cd725

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "moosync",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"private": true,
55
"author": "Ovenoboyo <[email protected]>",
66
"description": "Moosync is a customizable desktop music player with a clean interface",

release.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,10 @@ wget ${FLATPAK_DOWNLOAD} -O flatpak_download_tmp
4343
CHECKSUM_FLATPAK=$(sha256sum flatpak_download_tmp | cut -d' ' -f1)
4444
rm -f flatpak_download_tmp
4545
echo $CHECKSUM_FLATPAK
46-
python flatpak-node-generator.py yarn --electron-node-headers ../yarn.lock
47-
python flatpak-cargo-generator.py ../node_modules/librespot-node/native/Cargo.lock -o generated-sources-cargo.json
46+
./venv/bin/python flatpak-node-generator.py yarn --electron-node-headers ../yarn.lock
47+
./venv/bin/python flatpak-cargo-generator.py ../node_modules/librespot-node/native/Cargo.lock -o generated-sources-cargo.json
48+
./venv/bin/python flatpak-cargo-generator.py ../node_modules/scanner-native/Cargo.lock -o generated-sources-cargo.json
49+
4850
sed -i "\@${FLATPAK_PARTIAL_DOWNLOAD}.*@{n;s@.*@ sha256: ${CHECKSUM_FLATPAK}@}" app.moosync.moosync.yml
4951
git add -A
5052
git commit -m "Bump to $VERSION"

0 commit comments

Comments
 (0)