fix path
This commit is contained in:
parent
4db20eea0a
commit
533210e6f7
@ -99,5 +99,5 @@ export function createWindow() {
|
|||||||
mainWindow?.setTitle("WorkAdventure Desktop");
|
mainWindow?.setTitle("WorkAdventure Desktop");
|
||||||
});
|
});
|
||||||
|
|
||||||
mainWindow.loadFile("../sidebar/index.html");
|
mainWindow.loadFile(path.resolve(__dirname, "..", "sidebar", "index.html"));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user