diff --git a/src/main.js b/src/main.js index 2a0d7ec2..d39ad707 100644 --- a/src/main.js +++ b/src/main.js @@ -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. diff --git a/src/resources/appicon.png b/src/resources/appicon.png new file mode 100644 index 00000000..1ea0cf09 Binary files /dev/null and b/src/resources/appicon.png differ