Fix linux icon

This commit is contained in:
Thomas Nordquist
2019-05-01 01:26:00 +02:00
parent 03e228e5a0
commit ae7440f8ab

View File

@@ -35,7 +35,7 @@ async function createWindow() {
loadDevTools()
}
const iconPath = path.join(__dirname, 'icon.png')
const iconPath = path.join(__dirname, '..', '..', 'icon.png')
// Create the browser window.
mainWindow = new BrowserWindow({
width: 1024,