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

Commit

Permalink
Merge pull request #215 from trazyn/dev
Browse files Browse the repository at this point in the history
Fix missing application icons, update deps
  • Loading branch information
trazyn authored Jul 13, 2018
2 parents 9ea8b85 + bf19097 commit 674c90b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,27 +40,27 @@
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.2.4/ieaseMusic-1.2.4-mac.dmg) the `.dmg` file, Or use `homebrew`:
[Download](https://github.com/trazyn/ieaseMusic/releases/download/v1.2.5/ieaseMusic-1.2.5-mac.dmg) the `.dmg` file, Or use `homebrew`:
```
brew cask install ieasemusic
```

#### Linux

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

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

[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:
[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:
```
$ chmod u+x iease-music-1.2.4-x86_64.AppImage
$ ./iease-music-1.2.4-x86_64.AppImage
$ chmod u+x iease-music-1.2.5-x86_64.AppImage
$ ./iease-music-1.2.5-x86_64.AppImage
```

Archlinux `pacman` install:
Expand Down
1 change: 0 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,6 @@ const createMainWindow = () => {
resizable: false,
maximizable: false,
fullscreenable: false,
vibrancy: 'medium-light',
backgroundColor: 'none',
titleBarStyle: 'hiddenInset',
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iease-music",
"version": "1.2.4",
"version": "1.2.5",
"description": "这应该是最好的网易云音乐播放器了,没有之一,如果有请打醒 🤘",
"main": "main.js",
"scripts": {
Expand Down
Binary file modified resource/dock.icns
Binary file not shown.
Binary file removed resource/ieaseMusic.sketch
Binary file not shown.

0 comments on commit 674c90b

Please sign in to comment.