Skip to content

Commit

Permalink
add icon to electron itself
Browse files Browse the repository at this point in the history
  • Loading branch information
targoninc-alex committed Jun 22, 2024
1 parent e3e970c commit 9cac464
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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 => {
Expand Down

0 comments on commit 9cac464

Please sign in to comment.