diff --git a/src/native/about.ts b/src/native/about.ts index 7e0d58f..601001d 100644 --- a/src/native/about.ts +++ b/src/native/about.ts @@ -29,7 +29,7 @@ export function createAboutWindow() { }, }); - aboutWindow.loadFile("about.html"); + aboutWindow.loadFile(join(__dirname, "about.html")); aboutWindow.on("ready-to-show", () => { aboutWindow.show();