diff --git a/src/electron.ts b/src/electron.ts index eb82d02..e8ee291 100644 --- a/src/electron.ts +++ b/src/electron.ts @@ -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,