-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #120 from Sherlockouo/dev
V2.7.5
- Loading branch information
Showing
36 changed files
with
710 additions
and
715 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,11 +26,11 @@ jobs: | |
- name: Install Node.js 18 | ||
uses: actions/setup-node@v2 | ||
with: | ||
node-version: 18.12.1 | ||
node-version: 18.18.2 | ||
cache: 'pnpm' | ||
|
||
- name: Install global dependencies | ||
run: npm i prisma fastify-cli turbo tsx [email protected] -g | ||
run: npm i prisma fastify-cli turbo tsx [email protected] node-gyp-install -g && node-gyp-install --python=python3 | ||
|
||
- name: Install dependencies | ||
run: pnpm install | ||
|
@@ -129,13 +129,20 @@ jobs: | |
path: ./packages/desktop/release/latest.yml | ||
if-no-files-found: ignore | ||
|
||
- name: Upload Artifact (Linux) | ||
- name: Upload Artifact (Linux Appimage) | ||
uses: actions/upload-artifact@v3 | ||
with: | ||
name: R3PLAYX-linux | ||
path: ./packages/desktop/release/*.AppImage | ||
if-no-files-found: ignore | ||
|
||
- name: Upload Artifact (Linux deb) | ||
uses: actions/upload-artifact@v3 | ||
with: | ||
name: R3PLAYX-linux-deb | ||
path: ./packages/desktop/release/*.deb | ||
if-no-files-found: ignore | ||
|
||
- name: Upload linux latest yml | ||
uses: actions/upload-artifact@v3 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "desktop", | ||
"productName": "R3PLAYX", | ||
"private": true, | ||
"version": "2.7.2", | ||
"version": "2.7.5", | ||
"main": "./main/index.js", | ||
"author": "qier222 <[email protected]> && feng <[email protected]>", | ||
"homepage": "https://github.com/sherlockouo/music", | ||
|
@@ -29,7 +29,7 @@ | |
"@sentry/electron": "^3.0.7", | ||
"@tanstack/react-query": "^4.26.1", | ||
"NeteaseCloudMusicApi": "^4.13.2", | ||
"better-sqlite3": "8.5.0", | ||
"better-sqlite3": "9.2.2", | ||
"change-case": "^4.1.2", | ||
"compare-versions": "^4.1.3", | ||
"electron-log": "^4.4.8", | ||
|
@@ -40,6 +40,7 @@ | |
"fastify": "^4.5.3", | ||
"fastify-cors": "^6.1.0", | ||
"http-proxy-agent": "^5.0.0", | ||
"node-abi": "^3.54.0", | ||
"pretty-bytes": "^6.0.0", | ||
"ytdl-core": "^4.11.2" | ||
}, | ||
|
@@ -49,7 +50,7 @@ | |
"axios": "^1.4.0", | ||
"cross-env": "^7.0.3", | ||
"dotenv": "^16.0.3", | ||
"electron": "^23.1.4", | ||
"electron": "^28.1.3", | ||
"electron-builder": "23.6.0", | ||
"electron-devtools-installer": "^3.2.0", | ||
"electron-rebuild": "^3.2.9", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.