From 1b0ee4c15c73c54a55bba76b6cfeb38a5a0df0e8 Mon Sep 17 00:00:00 2001 From: Preston Date: Fri, 21 Aug 2020 08:53:08 -0400 Subject: [PATCH] Fix icon from showing up on certain window systems --- src/main/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/index.js b/src/main/index.js index de8b35b5a..70bfc0e58 100644 --- a/src/main/index.js +++ b/src/main/index.js @@ -64,6 +64,7 @@ function createWindow () { backgroundColor: '#fff', width: 960, height: 540, + icon: require('path').join(__dirname, '../../_icons/iconColor.png'), autoHideMenuBar: true, // useContentSize: true, webPreferences: {