Skip to content
Snippets Groups Projects
Commit ed2b0e25 authored by Andre Maroneze's avatar Andre Maroneze
Browse files

[Ivette] fix path to icon

parent 05351f5a
No related branches found
No related tags found
No related merge requests found
......@@ -406,7 +406,7 @@ function createBrowserWindow(
height: 670,
show: false,
backgroundColor: '#f0f0f0',
icon: path.join(__dirname, 'icon.png'),
icon: path.join(__dirname, '../../static/icon.png'),
webPreferences: {
contextIsolation: false,
nodeIntegration: true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment