Fix icon from showing up on certain window systems
This commit is contained in:
parent
9e7ffd82ca
commit
1b0ee4c15c
|
@ -64,6 +64,7 @@ function createWindow () {
|
||||||
backgroundColor: '#fff',
|
backgroundColor: '#fff',
|
||||||
width: 960,
|
width: 960,
|
||||||
height: 540,
|
height: 540,
|
||||||
|
icon: require('path').join(__dirname, '../../_icons/iconColor.png'),
|
||||||
autoHideMenuBar: true,
|
autoHideMenuBar: true,
|
||||||
// useContentSize: true,
|
// useContentSize: true,
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
|
|
Loading…
Reference in New Issue