Skip to content

Commit

Permalink
Merge pull request trazyn#154 from trazyn/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
trazyn authored Jul 25, 2018
2 parents d6fc8a0 + 365c57a commit 76def11
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ API from [https://web.wechat.com/](https://web.wechat.com/)
Download the last version on the [website](https://github.com/trazyn/weweChat/releases/latest) or below.

#### Mac(10.9+)
[Download](https://github.com/trazyn/weweChat/releases/download/v1.1.6/wewechat-1.1.6-mac.dmg) the `.dmg` file.
[Download](https://github.com/trazyn/weweChat/releases/download/v1.1.7/wewechat-1.1.7-mac.dmg) the `.dmg` file.
Or use [Homebrew-Cask](https://caskroom.github.io/):
```
$ brew cask install wewechat
Expand All @@ -49,22 +49,22 @@ Other linux distribution please download `.AppImage` packages.

Install deb package for Debian / Ubuntu:
```
$ sudo dpkg -i wewechat-1.1.6-amd64.deb
$ sudo dpkg -i wewechat-1.1.7-amd64.deb
```

Install rpm package for Centos / RHEL:
```
$ sudo yum localinstall wewechat-1.1.6-x86_64.rpm
$ sudo yum localinstall wewechat-1.1.7-x86_64.rpm
```

Install AppImage package for other linux distribution:
```
$ chmod u+x wewechat-1.1.6-x86_64.AppImage
$ ./wewechat-1.1.6-x86_64.AppImage
$ chmod u+x wewechat-1.1.7-x86_64.AppImage
$ ./wewechat-1.1.7-x86_64.AppImage
```

#### Windows
[Download](https://github.com/trazyn/weweChat/releases/download/v1.1.6/wewechat-1.1.6-win-setup.exe) the `.exe` file.
[Download](https://github.com/trazyn/weweChat/releases/download/v1.1.7/wewechat-1.1.7-win-setup.exe) the `.exe` file.

## Screenshot
![preview](https://raw.githubusercontent.com/trazyn/weweChat/master/screenshots/0.png)
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wewechat",
"version": "1.1.6",
"version": "1.1.7",
"description": "Unofficial WeChat client built with React, MobX and Electron.",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -49,12 +49,12 @@
"title": "wewechat ${version}"
},
"mac": {
"icon": "../resource/icon.icns"
"icon": "../resource/dock.icns"
},
"linux": {
"icon": "../resource",
"category": "Chat",
"executableName": "weweChat",
"executableName": "wewechat",
"target": [
"deb",
"rpm",
Expand Down Expand Up @@ -124,7 +124,7 @@
"cross-env": "^5.1.1",
"css-loader": "^1.0.0",
"electron": "^2.0.5",
"electron-builder": "^20.19.2",
"electron-builder": "^19.56.2",
"electron-updater": "^3.0.1",
"eslint": "^5.1.0",
"eslint-config-standard": "^11.0.0",
Expand Down
Binary file added resource/dock.icns
Binary file not shown.
Binary file removed resource/icon.icns
Binary file not shown.

0 comments on commit 76def11

Please sign in to comment.