This repository was archived by the owner on Jun 26, 2024. It is now read-only.
Commit 674c90b trazyn
authored
File tree 5 files changed +9
-10
lines changed
5 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 40
40
Download the last version on the [ website] ( https://github.com/trazyn/ieaseMusic/releases/latest ) or below.
41
41
42
42
#### Mac(10.9+)
43
- [ Download] ( https://github.com/trazyn/ieaseMusic/releases/download/v1.2.4 /ieaseMusic-1.2.4 -mac.dmg ) the ` .dmg ` file, Or use ` homebrew ` :
43
+ [ Download] ( https://github.com/trazyn/ieaseMusic/releases/download/v1.2.5 /ieaseMusic-1.2.5 -mac.dmg ) the ` .dmg ` file, Or use ` homebrew ` :
44
44
```
45
45
brew cask install ieasemusic
46
46
```
47
47
48
48
#### Linux
49
49
50
- [ Download] ( https://github.com/trazyn/ieaseMusic/releases/download/v1.2.4 /ieaseMusic-1.2.4 -linux-amd64.deb ) the ` .deb ` file for 'Debian / Ubuntu':
50
+ [ Download] ( https://github.com/trazyn/ieaseMusic/releases/download/v1.2.5 /ieaseMusic-1.2.5 -linux-amd64.deb ) the ` .deb ` file for 'Debian / Ubuntu':
51
51
```
52
- $ sudo dpkg -i ieaseMusic-1.2.4 -linux-amd64.deb
52
+ $ sudo dpkg -i ieaseMusic-1.2.5 -linux-amd64.deb
53
53
```
54
54
55
- [ Download] ( https://github.com/trazyn/ieaseMusic/releases/download/v1.2.4 /ieaseMusic-1.2.4 -linux-x86_64.rpm ) the ` .rpm ` file for 'Centos/RHEL':
55
+ [ Download] ( https://github.com/trazyn/ieaseMusic/releases/download/v1.2.5 /ieaseMusic-1.2.5 -linux-x86_64.rpm ) the ` .rpm ` file for 'Centos/RHEL':
56
56
```
57
- $ sudo yum localinstall ieaseMusic-1.2.4 -linux-x86_64.rpm
57
+ $ sudo yum localinstall ieaseMusic-1.2.5 -linux-x86_64.rpm
58
58
```
59
59
60
- [ Download] ( https://github.com/trazyn/ieaseMusic/releases/download/v1.2.4 /iease-music-1.2.4 -x86_64.AppImage ) the ` .Appimage ` file for other distribution:
60
+ [ Download] ( https://github.com/trazyn/ieaseMusic/releases/download/v1.2.5 /iease-music-1.2.5 -x86_64.AppImage ) the ` .Appimage ` file for other distribution:
61
61
```
62
- $ chmod u+x iease-music-1.2.4 -x86_64.AppImage
63
- $ ./iease-music-1.2.4 -x86_64.AppImage
62
+ $ chmod u+x iease-music-1.2.5 -x86_64.AppImage
63
+ $ ./iease-music-1.2.5 -x86_64.AppImage
64
64
```
65
65
66
66
Archlinux ` pacman ` install:
Original file line number Diff line number Diff line change @@ -471,7 +471,6 @@ const createMainWindow = () => {
471
471
resizable : false ,
472
472
maximizable : false ,
473
473
fullscreenable : false ,
474
- vibrancy : 'medium-light' ,
475
474
backgroundColor : 'none' ,
476
475
titleBarStyle : 'hiddenInset' ,
477
476
} ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " iease-music" ,
3
- "version" : " 1.2.4 " ,
3
+ "version" : " 1.2.5 " ,
4
4
"description" : " 这应该是最好的网易云音乐播放器了,没有之一,如果有请打醒 🤘" ,
5
5
"main" : " main.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments