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

Commit

Permalink
Release 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
trazyn committed Jan 22, 2019
1 parent 5a8318b commit b2f5121
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,24 +48,24 @@
Download the last version on the [website](https://github.com/trazyn/ieaseMusic/releases/latest) or below.

#### Mac(10.9+)
[Download](https://github.com/trazyn/ieaseMusic/releases/download/v1.3.2/ieaseMusic-1.3.2-mac.dmg) the `.dmg` file, Or use `homebrew`:
[Download](https://github.com/trazyn/ieaseMusic/releases/download/v1.3.3/ieaseMusic-1.3.2-mac.dmg) the `.dmg` file, Or use `homebrew`:
```
brew cask install ieasemusic
```

#### Linux

[Download](https://github.com/trazyn/ieaseMusic/releases/download/v1.3.2/ieaseMusic-1.3.2-linux-amd64.deb) the `.deb` file for 'Debian / Ubuntu':
[Download](https://github.com/trazyn/ieaseMusic/releases/download/v1.3.3/ieaseMusic-1.3.2-linux-amd64.deb) the `.deb` file for 'Debian / Ubuntu':
```
$ sudo dpkg -i ieaseMusic-1.3.2-linux-amd64.deb
```

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

[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:
[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:
```
$ chmod u+x iease-music-1.3.2-x86_64.AppImage
$ ./iease-music-1.3.2-x86_64.AppImage
Expand Down
2 changes: 0 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -695,8 +695,6 @@ app.on('ready', async() => {
throw err;
}

console.log(preferences);

var port = config.api.port || preferences.port;

showMenuBarOnLinux = preferences.showMenuBarOnLinux;
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iease-music",
"version": "1.3.2",
"description": "这应该是最好的网易云音乐播放器了,没有之一,如果有请打醒 🤘",
"version": "1.3.3",
"description": "网易云音乐第三方 ✨",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

0 comments on commit b2f5121

Please sign in to comment.