Skip to content
This repository was archived by the owner on Jan 6, 2022. It is now read-only.

Commit 450f001

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 8939f51 + 6408816 commit 450f001

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
uses: actions/setup-node@v1
2525
with:
2626
node-version: ${{ matrix.node-version }}
27-
- run: npm install
2827
- run: npm run build --if-present
2928
- run: npm test
29+

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,24 @@
1-
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/cryptofyre/Apple-Music-Electron)
2-
31
# Apple-Music-Electron
42
Unofficial Apple Music application for Windows, Linux, and macOS without having to install iTunes or use the incredibly bloated web application through a browser.
3+
[![Node.js CI](https://github.com/cryptofyre/Apple-Music-Electron/actions/workflows/node.js.yml/badge.svg?branch=master)](https://github.com/cryptofyre/Apple-Music-Electron/actions/workflows/node.js.yml)
54

6-
![alt text](https://i.imgur.com/liNf6WL.png "Preview Image as of v1.5.1")
7-
Preview Image as of v1.5.1
5+
![alt text](https://i.imgur.com/bzM8ifK.png "Preview Image as of v1.5.7")
6+
Preview Image as of v1.5.7
87

98
![alt text](https://i.imgur.com/zpVi3d6.png "Discord RPC 1.5.5")
109

1110
Discord RPC is currently done and now included as of v1.5.0
1211

1312
If you enjoy this application and want to see more from me follow me on [Twitter.](https://www.twitter.com/cryptofyre)
1413
## Have an issue? Report it!
15-
[Report Here!](https://github.com/iiFir3z/Apple-Music-Electron/issues)
14+
[Report Here!](https://github.com/cryptofyre/Apple-Music-Electron/issues)
1615
Report issues with the application here so I can make things better for you and your experience!
1716

1817

1918

2019
## Compiling from source.
2120
```
22-
git clone https://github.com/iiFir3z/Apple-Music-Electron.git
21+
git clone https://github.com/cryptofyre/Apple-Music-Electron.git
2322
2423
yarn install
2524

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131
"webpack": "~4.42.1"
3232
},
3333
"build": {
34+
"electronVersion": "12.0.0",
3435
"electronDownload": {
36+
"version": "12.0.0-wvvmp-beta.29",
3537
"mirror": "https://github.com/cryptofyre/castlabs-electron12/releases/download/v"
3638
},
3739
"appId": "apple-music",

0 commit comments

Comments
 (0)