mirror of
https://github.com/streamwall/streamwall.git
synced 2025-12-06 01:45:37 -05:00
Fix built HTML paths
This commit is contained in:
@@ -17,7 +17,10 @@ export function loadHTML(
|
|||||||
)
|
)
|
||||||
} else {
|
} else {
|
||||||
webContents.loadFile(
|
webContents.loadFile(
|
||||||
path.join(__dirname, `../renderer/${MAIN_WINDOW_VITE_NAME}/${name}.html`),
|
path.join(
|
||||||
|
__dirname,
|
||||||
|
`../renderer/${MAIN_WINDOW_VITE_NAME}/src/renderer/${name}.html`,
|
||||||
|
),
|
||||||
options,
|
options,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user