icon.patch 374 B

1234567891011
  1. --- a/main/main.js
  2. +++ b/main/main.js
  3. @@ -83,7 +83,6 @@
  4. minWidth: 320,
  5. minHeight: 350,
  6. titleBarStyle: 'hiddenInset',
  7. - icon: __dirname + '/icons/icon256.png',
  8. frame: process.platform !== 'win32',
  9. backgroundColor: '#fff', // the value of this is ignored, but setting it seems to work around https://github.com/electron/electron/issues/10559
  10. })