From 6f18da09861256d5b0690aafb0ecc2aebb69112e Mon Sep 17 00:00:00 2001 From: Preston Date: Fri, 21 Aug 2020 10:16:25 -0400 Subject: [PATCH] Remove icon from build --- src/main/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/index.js b/src/main/index.js index 70bfc0e5..de8b35b5 100644 --- a/src/main/index.js +++ b/src/main/index.js @@ -64,7 +64,6 @@ function createWindow () { backgroundColor: '#fff', width: 960, height: 540, - icon: require('path').join(__dirname, '../../_icons/iconColor.png'), autoHideMenuBar: true, // useContentSize: true, webPreferences: {