Skip to content

Commit

Permalink
fix: restart from tray icon (closes #87)
Browse files Browse the repository at this point in the history
  • Loading branch information
insertish committed Sep 2, 2022
1 parent 2cdb8da commit f6c8db0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit f6c8db0

Please sign in to comment.