diff --git a/img/APMail.png b/img/APMail.png new file mode 100644 index 0000000..0d0a28b Binary files /dev/null and b/img/APMail.png differ diff --git a/main.js b/main.js index dc64ffa..f429567 100644 --- a/main.js +++ b/main.js @@ -7,7 +7,8 @@ function createWindow () { height: 768, webPreferences: { nodeIntegration: true - } + }, + icon: __dirname + '/img/APMail.png' }) // and load the index.html of the app.