From f6c8db0cfb8b6e3c718c4c368cd48e5bd63be039 Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Fri, 2 Sep 2022 20:22:32 +0100 Subject: [PATCH] fix: restart from tray icon (closes #87) --- src/main.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 4672891..8008203 100644 --- a/src/main.ts +++ b/src/main.ts @@ -298,7 +298,6 @@ App.on("window-all-closed", function () { if (app.shouldRelaunch) { const options: RelaunchOptions = { args: process.argv.slice(1).concat(["--relaunch"]), - execPath: process.execPath, }; if (App.isPackaged && process.env.APPIMAGE) {