Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/apps/desktop/src/main.ts b/apps/desktop/src/main.ts 2index 86d07440a7..be9fa6b4ab 100644 3--- a/apps/desktop/src/main.ts 4+++ b/apps/desktop/src/main.ts 5@@ -80,6 +80,8 @@ export class Main { 6 appDataPath = path.join(process.env.SNAP_USER_DATA, "appdata"); 7 } 8 9+ app.setPath("exe", "%%exePath%%"); 10+ 11 app.on("ready", () => { 12 // on ready stuff... 13 });