fix packaged build

This commit is contained in:
smartfrigde 2024-01-19 17:14:25 +01:00
parent dfe104da42
commit 8a0585d181
2 changed files with 2 additions and 2 deletions

View File

@ -85,5 +85,5 @@
]
}
},
"packageManager": "pnpm@7.13.4"
"packageManager": "pnpm@8.10.2"
}

View File

@ -275,7 +275,7 @@ async function doAfterDefiningTheWindow(): Promise<void> {
mainWindow.close();
}
//loadURL broke for no good reason after E28
mainWindow.loadFile("splash/redirect.html");
mainWindow.loadFile(`${__dirname}/splash/redirect.html`);
if (await getConfig("skipSplash")) {
mainWindow.show();