We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca4fb5 commit 5d24c62Copy full SHA for 5d24c62
app/main.js
@@ -10,7 +10,7 @@ function createWindow() {
10
nodeIntegration: true,
11
contextIsolation: false
12
},
13
- icon: path.join(__dirname, 'hackeros.png') // Use hackeros.png as the app icon
+ icon: path.join(__dirname, 'images/hackeros.png')
14
});
15
16
win.loadFile('index.html');
0 commit comments