diff --git a/README.md b/README.md index 0784478..c845475 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/main.js b/main.js index 2929007..32eb8be 100644 --- a/main.js +++ b/main.js @@ -471,7 +471,6 @@ const createMainWindow = () => { resizable: false, maximizable: false, fullscreenable: false, - vibrancy: 'medium-light', backgroundColor: 'none', titleBarStyle: 'hiddenInset', }); diff --git a/package.json b/package.json index 762ca7e..bbf5657 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iease-music", - "version": "1.2.4", + "version": "1.2.5", "description": "这应该是最好的网易云音乐播放器了,没有之一,如果有请打醒 🤘", "main": "main.js", "scripts": { diff --git a/resource/dock.icns b/resource/dock.icns index d46f2f5..ec1ddee 100644 Binary files a/resource/dock.icns and b/resource/dock.icns differ diff --git a/resource/ieaseMusic.sketch b/resource/ieaseMusic.sketch deleted file mode 100644 index 786ef32..0000000 Binary files a/resource/ieaseMusic.sketch and /dev/null differ