Replace application icon with a diagonal gradient based icon that should look better on the desktop.

This commit is contained in:
László Monda
2018-04-09 12:20:46 +02:00
parent 13ec617d58
commit ddc65aa54b
16 changed files with 299 additions and 15 deletions

View File

@@ -79,7 +79,7 @@ function createWindow() {
webPreferences: {
nodeIntegration: true
},
icon: path.join(__dirname, 'renderer/assets/images/agent-icon.png')
icon: path.join(__dirname, 'renderer/assets/images/agent-app-icon.png')
});
win.setMenuBarVisibility(false);
win.maximize();