Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
14 lines
389 B
Diff
14 lines
389 B
Diff
diff --git a/apps/desktop/src/main.ts b/apps/desktop/src/main.ts
|
|
index 86d07440a7..be9fa6b4ab 100644
|
|
--- a/apps/desktop/src/main.ts
|
|
+++ b/apps/desktop/src/main.ts
|
|
@@ -80,6 +80,8 @@ export class Main {
|
|
appDataPath = path.join(process.env.SNAP_USER_DATA, "appdata");
|
|
}
|
|
|
|
+ app.setPath("exe", "%%exePath%%");
|
|
+
|
|
app.on("ready", () => {
|
|
// on ready stuff...
|
|
});
|