From 1b927ad1837b18e19834185253ca0f556c98f94c Mon Sep 17 00:00:00 2001 From: DJ2LS Date: Fri, 1 Mar 2024 17:04:15 +0100 Subject: [PATCH] adjusted lookup path and updated gh action --- gui/electron/main/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/gui/electron/main/index.ts b/gui/electron/main/index.ts index e0517bc1..7ec1be32 100644 --- a/gui/electron/main/index.ts +++ b/gui/electron/main/index.ts @@ -148,7 +148,6 @@ serverProcess.stderr.on('data', (data) => { //) }); -app.on("window-all-closed", () => { app.on("window-all-closed", () => { win = null; if (process.platform !== "darwin") app.quit();