From 3e17d89b104e98cac2baf985f3c8f38c825cbf40 Mon Sep 17 00:00:00 2001 From: ZhengJian <9n@users.noreply.github.com> Date: Mon, 1 Jul 2019 19:14:48 +0800 Subject: [PATCH] wewechat support (#590) --- wewechat.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 wewechat.json diff --git a/wewechat.json b/wewechat.json new file mode 100644 index 00000000..b99df4e5 --- /dev/null +++ b/wewechat.json @@ -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" + } + } +}