Set app icon on all platforms
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user