This repository was archived by the owner on Jun 26, 2024. It is now read-only.
Commit b2f5121 trazyn
committed
1 parent 5a8318b commit b2f5121 Copy full SHA for b2f5121
File tree 3 files changed +6
-8
lines changed
3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 48
48
Download the last version on the [ website] ( https://github.com/trazyn/ieaseMusic/releases/latest ) or below.
49
49
50
50
#### Mac(10.9+)
51
- [ Download] ( https://github.com/trazyn/ieaseMusic/releases/download/v1.3.2 /ieaseMusic-1.3.2-mac.dmg ) the ` .dmg ` file, Or use ` homebrew ` :
51
+ [ Download] ( https://github.com/trazyn/ieaseMusic/releases/download/v1.3.3 /ieaseMusic-1.3.2-mac.dmg ) the ` .dmg ` file, Or use ` homebrew ` :
52
52
```
53
53
brew cask install ieasemusic
54
54
```
55
55
56
56
#### Linux
57
57
58
- [ Download] ( https://github.com/trazyn/ieaseMusic/releases/download/v1.3.2 /ieaseMusic-1.3.2-linux-amd64.deb ) the ` .deb ` file for 'Debian / Ubuntu':
58
+ [ Download] ( https://github.com/trazyn/ieaseMusic/releases/download/v1.3.3 /ieaseMusic-1.3.2-linux-amd64.deb ) the ` .deb ` file for 'Debian / Ubuntu':
59
59
```
60
60
$ sudo dpkg -i ieaseMusic-1.3.2-linux-amd64.deb
61
61
```
62
62
63
- [ Download] ( https://github.com/trazyn/ieaseMusic/releases/download/v1.3.2 /ieaseMusic-1.3.2-linux-x86_64.rpm ) the ` .rpm ` file for 'Centos/RHEL':
63
+ [ Download] ( https://github.com/trazyn/ieaseMusic/releases/download/v1.3.3 /ieaseMusic-1.3.2-linux-x86_64.rpm ) the ` .rpm ` file for 'Centos/RHEL':
64
64
```
65
65
$ sudo yum localinstall ieaseMusic-1.3.2-linux-x86_64.rpm
66
66
```
67
67
68
- [ Download] ( https://github.com/trazyn/ieaseMusic/releases/download/v1.3.2 /iease-music-1.3.2-x86_64.AppImage ) the ` .Appimage ` file for other distribution:
68
+ [ Download] ( https://github.com/trazyn/ieaseMusic/releases/download/v1.3.3 /iease-music-1.3.2-x86_64.AppImage ) the ` .Appimage ` file for other distribution:
69
69
```
70
70
$ chmod u+x iease-music-1.3.2-x86_64.AppImage
71
71
$ ./iease-music-1.3.2-x86_64.AppImage
Original file line number Diff line number Diff line change @@ -695,8 +695,6 @@ app.on('ready', async() => {
695
695
throw err ;
696
696
}
697
697
698
- console . log ( preferences ) ;
699
-
700
698
var port = config . api . port || preferences . port ;
701
699
702
700
showMenuBarOnLinux = preferences . showMenuBarOnLinux ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " iease-music" ,
3
- "version" : " 1.3.2 " ,
4
- "description" : " 这应该是最好的网易云音乐播放器了,没有之一,如果有请打醒 🤘 " ,
3
+ "version" : " 1.3.3 " ,
4
+ "description" : " 网易云音乐第三方 ✨ " ,
5
5
"main" : " main.js" ,
6
6
"scripts" : {
7
7
"test" : " echo \" Error: no test specified\" && exit 1" ,
You can’t perform that action at this time.
0 commit comments