This commit is contained in:
Anton Bracke 2022-02-18 23:27:20 +01:00
parent 4db20eea0a
commit 533210e6f7
No known key found for this signature in database
GPG Key ID: B1222603899C6B25

View File

@ -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"));
} }