diff --git a/index.ts b/index.ts index 9fc215bd..e8d6b78a 100644 --- a/index.ts +++ b/index.ts @@ -335,7 +335,7 @@ async function createMainWindow() { removeContentSecurityPolicy(); - await win.webContents.loadURL(urlToLoad); + win.webContents.loadURL(urlToLoad); return win; }