From a81c7b092bc0d1517cbedc1dbd8ef136db17bfb8 Mon Sep 17 00:00:00 2001 From: AvaLilac <257690424+AvaLilac@users.noreply.github.com> Date: Sun, 5 Apr 2026 22:59:17 -0400 Subject: [PATCH] get the window to display Signed-off-by: AvaLilac <257690424+AvaLilac@users.noreply.github.com> --- src/native/about.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();