diff --git a/app/main.dev.js b/app/main.dev.js index d8f8621b..2a03bd76 100644 --- a/app/main.dev.js +++ b/app/main.dev.js @@ -206,16 +206,13 @@ app.on('ready', async () => { await installExtensions() } - const icon = path.join(__dirname, '..', 'resources', 'icon.icns') - console.log('icon: ', icon) mainWindow = new BrowserWindow({ show: false, titleBarStyle: 'hidden', - width: 700, - height: 1100, - minHeight: 700, - minWidth: 1100, - icon + width: 950, + height: 600, + minWidth: 950, + minHeight: 425 }) mainWindow.loadURL(`file://${__dirname}/app.html`) diff --git a/resources/icon.png b/resources/icon.png new file mode 100644 index 00000000..8c1d91f2 Binary files /dev/null and b/resources/icon.png differ