Skip to content

Commit 5d24c62

Browse files
authored
Update main.js
1 parent 2ca4fb5 commit 5d24c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function createWindow() {
1010
nodeIntegration: true,
1111
contextIsolation: false
1212
},
13-
icon: path.join(__dirname, 'hackeros.png') // Use hackeros.png as the app icon
13+
icon: path.join(__dirname, 'images/hackeros.png')
1414
});
1515

1616
win.loadFile('index.html');

0 commit comments

Comments
 (0)