Skip to content

Commit

Permalink
Updated icon
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Sep 4, 2017
1 parent f21d518 commit ebf242b
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 2 deletions.
Binary file removed _icon/icon.icns
Binary file not shown.
Binary file removed _icon/icon.ico
Binary file not shown.
Binary file removed _icon/icon.png
Binary file not shown.
1 change: 0 additions & 1 deletion app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ function createWindow () {
'height': winState.height,
'minWidth': 600,
'minHeight': 400,
'icon': __dirname + 'icon.png',
show: false
})

Expand Down
Binary file modified build/icon.icns
Binary file not shown.
Binary file modified build/icon.ico
Binary file not shown.
Binary file removed build/icon.png
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"release": "build -mwl --x64 --ia32",
"distwin": "build -w --x64 --ia32",
"distmac": "build -m",
"start": "electron . --enable-logging",
"start": "electron . --enable-logging --icon _icon/icon.png",
"postinstall": "electron-builder install-app-deps"
}
}

0 comments on commit ebf242b

Please sign in to comment.