Patch
This commit is contained in:
parent
d177a1ccc6
commit
afa60d2447
1 changed files with 1 additions and 1 deletions
|
@ -900,7 +900,7 @@ export class BrowserWindow {
|
||||||
opt.execPath = process.env.APPIMAGE;
|
opt.execPath = process.env.APPIMAGE;
|
||||||
opt.args.unshift('--appimage-extract-and-run');
|
opt.args.unshift('--appimage-extract-and-run');
|
||||||
} else if (app.isPackaged && process.env.CHROME_DESKTOP != undefined && process.env.PLATFORM == "Linux") {
|
} else if (app.isPackaged && process.env.CHROME_DESKTOP != undefined && process.env.PLATFORM == "Linux") {
|
||||||
opt.execPath = `gtk-launch cider`;
|
opt.execPath = "cider";
|
||||||
}
|
}
|
||||||
app.relaunch(opt);
|
app.relaunch(opt);
|
||||||
app.quit();
|
app.quit();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue