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

Commit 674c90b

Browse files
author
trazyn
authored
Merge pull request #215 from trazyn/dev
Fix missing application icons, update deps
2 parents 9ea8b85 + bf19097 commit 674c90b

File tree

5 files changed

+9
-10
lines changed

5 files changed

+9
-10
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -40,27 +40,27 @@
4040
Download the last version on the [website](https://github.com/trazyn/ieaseMusic/releases/latest) or below.
4141

4242
#### 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`:
4444
```
4545
brew cask install ieasemusic
4646
```
4747

4848
#### Linux
4949

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':
5151
```
52-
$ sudo dpkg -i ieaseMusic-1.2.4-linux-amd64.deb
52+
$ sudo dpkg -i ieaseMusic-1.2.5-linux-amd64.deb
5353
```
5454

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':
5656
```
57-
$ sudo yum localinstall ieaseMusic-1.2.4-linux-x86_64.rpm
57+
$ sudo yum localinstall ieaseMusic-1.2.5-linux-x86_64.rpm
5858
```
5959

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:
6161
```
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
6464
```
6565

6666
Archlinux `pacman` install:

main.js

-1
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,6 @@ const createMainWindow = () => {
471471
resizable: false,
472472
maximizable: false,
473473
fullscreenable: false,
474-
vibrancy: 'medium-light',
475474
backgroundColor: 'none',
476475
titleBarStyle: 'hiddenInset',
477476
});

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iease-music",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"description": "这应该是最好的网易云音乐播放器了,没有之一,如果有请打醒 🤘",
55
"main": "main.js",
66
"scripts": {

resource/dock.icns

19.4 KB
Binary file not shown.

resource/ieaseMusic.sketch

-45.1 MB
Binary file not shown.

0 commit comments

Comments
 (0)