add session icon as app icon

pull/715/head
Audric Ackermann 5 years ago
parent 5797365886
commit aaf202b9f7

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

@ -233,7 +233,7 @@ function createWindow() {
preload: path.join(__dirname, 'preload.js'),
nativeWindowOpen: true,
},
icon: path.join(__dirname, 'images', 'icon_256.png'),
icon: path.join(__dirname, 'images', 'session','icon_64.png'),
},
_.pick(windowConfig, [
'maximized',

Loading…
Cancel
Save