This repository was archived by the owner on Jan 6, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 24
24
uses : actions/setup-node@v1
25
25
with :
26
26
node-version : ${{ matrix.node-version }}
27
- - run : npm install
28
27
- run : npm run build --if-present
29
28
- run : npm test
29
+
Original file line number Diff line number Diff line change 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
-
3
1
# Apple-Music-Electron
4
2
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 )
5
4
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
8
7
9
8
![ alt text] ( https://i.imgur.com/zpVi3d6.png " Discord RPC 1.5.5 ")
10
9
11
10
Discord RPC is currently done and now included as of v1.5.0
12
11
13
12
If you enjoy this application and want to see more from me follow me on [ Twitter.] ( https://www.twitter.com/cryptofyre )
14
13
## 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 )
16
15
Report issues with the application here so I can make things better for you and your experience!
17
16
18
17
19
18
20
19
## Compiling from source.
21
20
```
22
- git clone https://github.com/iiFir3z /Apple-Music-Electron.git
21
+ git clone https://github.com/cryptofyre /Apple-Music-Electron.git
23
22
24
23
yarn install
25
24
Original file line number Diff line number Diff line change 31
31
"webpack" : " ~4.42.1"
32
32
},
33
33
"build" : {
34
+ "electronVersion" : " 12.0.0" ,
34
35
"electronDownload" : {
36
+ "version" : " 12.0.0-wvvmp-beta.29" ,
35
37
"mirror" : " https://github.com/cryptofyre/castlabs-electron12/releases/download/v"
36
38
},
37
39
"appId" : " apple-music" ,
You can’t perform that action at this time.
0 commit comments