Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Commit

Permalink
修复打包图标没生成成功的BUG
Browse files Browse the repository at this point in the history
  • Loading branch information
nashaofu committed Jun 6, 2017
1 parent 6836794 commit 92392b0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class App {
return
}
// 托盘图标及其菜单项
this.$tray = new Tray(path.join(__dirname, './icon/230x230.png'))
this.$tray = new Tray(path.join(__dirname, './icon/48x48.png'))
const menu = Menu.buildFromTemplate([{
label: '显示窗口',
click: e => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dingtalk",
"version": "0.0.3",
"version": "0.0.4",
"main": "index.js",
"description": "钉钉llinux版",
"author": {
Expand Down

0 comments on commit 92392b0

Please sign in to comment.