Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
389 B
Diff
Raw Permalink Normal View History

2025-10-09 14:15:47 +02:00
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...
});