Set app icon on all platforms

This commit is contained in:
Yuya Ochiai
2015-11-10 21:59:10 +09:00
parent 506891bb66
commit d6f081918a
2 changed files with 2 additions and 1 deletions

View File

@@ -73,7 +73,8 @@ app.on('ready', function() {
// Create the browser window.
mainWindow = new BrowserWindow({
width: 800,
height: 600
height: 600,
icon: __dirname + '/resources/appicon.png'
});
// and load the index.html of the app.

BIN
src/resources/appicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB