Skip to content

Commit

Permalink
wewechat support (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
9n authored and pull[bot] committed Jul 1, 2019
1 parent a7b0fa5 commit 3e17d89
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions wewechat.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "WeweChat",
"app_path": [
"/opt/wewechat/"
],
"icons_path": [
"/opt/wewechat/resources/"
],
"binary": "app.asar",
"script": "electron",
"icons": {
"tray": {
"original": "src/assets/images/icon.png",
"theme": "wechat-tray"
},
"tray-unread": {
"original": "src/assets/images/icon-new-message.png",
"theme": "wechat-tray-unread"
}
}
}

0 comments on commit 3e17d89

Please sign in to comment.