Fix build

This commit is contained in:
Geomitron
2024-07-09 20:57:09 -05:00
parent 26c6f5e6f5
commit 3760e9d3fd
2 changed files with 3 additions and 3 deletions

View File

@@ -156,7 +156,7 @@ async function loadWindow(retries = 0) {
function getLoadUrl() {
return url.format({
protocol: isDevBuild ? 'http:' : 'file:',
pathname: isDevBuild ? '//localhost:4200/' : path.join(_dirname, '..', '..', 'angular', 'index.html'),
pathname: isDevBuild ? '//localhost:4200/' : path.join(_dirname, '..', '..', 'angular', 'browser', 'index.html'),
slashes: true,
})
}