Use icon from /images for window creation (#1738)

This commit is contained in:
Scott Nonnenberg 2017-11-08 19:11:33 -08:00 committed by GitHub
parent 1fdaa00660
commit 48ec4003dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -105,7 +105,7 @@ function createWindow () {
//sandbox: true,
preload: path.join(__dirname, 'preload.js')
},
icon: __dirname + '/build/icons/png/512x512.png',
icon: path.join(__dirname, 'images', 'icon_256.png'),
}, windowConfig);
if (windowOptions.fullscreen === false) {