Skip to content
This repository was archived by the owner on Jun 26, 2024. It is now read-only.

Commit b2f5121

Browse files
author
trazyn
committed
Release 1.3.2
1 parent 5a8318b commit b2f5121

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,24 +48,24 @@
4848
Download the last version on the [website](https://github.com/trazyn/ieaseMusic/releases/latest) or below.
4949

5050
#### 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`:
5252
```
5353
brew cask install ieasemusic
5454
```
5555

5656
#### Linux
5757

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':
5959
```
6060
$ sudo dpkg -i ieaseMusic-1.3.2-linux-amd64.deb
6161
```
6262

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':
6464
```
6565
$ sudo yum localinstall ieaseMusic-1.3.2-linux-x86_64.rpm
6666
```
6767

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:
6969
```
7070
$ chmod u+x iease-music-1.3.2-x86_64.AppImage
7171
$ ./iease-music-1.3.2-x86_64.AppImage

main.js

-2
Original file line numberDiff line numberDiff line change
@@ -695,8 +695,6 @@ app.on('ready', async() => {
695695
throw err;
696696
}
697697

698-
console.log(preferences);
699-
700698
var port = config.api.port || preferences.port;
701699

702700
showMenuBarOnLinux = preferences.showMenuBarOnLinux;

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "iease-music",
3-
"version": "1.3.2",
4-
"description": "这应该是最好的网易云音乐播放器了,没有之一,如果有请打醒 🤘",
3+
"version": "1.3.3",
4+
"description": "网易云音乐第三方 ✨",
55
"main": "main.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",

0 commit comments

Comments
 (0)