diff --git a/src/main.mjs b/src/main.mjs index 19325b7..f8654cb 100644 --- a/src/main.mjs +++ b/src/main.mjs @@ -66,7 +66,8 @@ function createWindow () { autoHideMenuBar: true, webPreferences: { nodeIntegration: true, - } + }, + icon: 'src/ui/assets/images/icon_1x.png', }); win.loadFile('src/ui/index.html').then(r => {