Set window icon.

This commit is contained in:
Feufochmar 2020-04-05 18:14:27 +02:00
parent 8a31e4e139
commit d551b43e6c
2 changed files with 2 additions and 1 deletions

BIN
img/APMail.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -7,7 +7,8 @@ function createWindow () {
height: 768,
webPreferences: {
nodeIntegration: true
}
},
icon: __dirname + '/img/APMail.png'
})
// and load the index.html of the app.