summarylogtreecommitdiffstats
path: root/autolaunch.patch
blob: 362a3d98c9e340013e43febaa9a73847a6090bb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
diff --git a/src/electron-main.ts b/src/electron-main.ts
--- a/src/electron-main.ts
+++ b/src/electron-main.ts
@@ -226,6 +226,7 @@ async function setupGlobals() {
     global.launcher = new AutoLaunch({
         name: global.vectorConfig.brand || 'SchildiChat',
         isHidden: true,
+        path: "/usr/bin/schildichat-desktop",
         mac: {
             useLaunchAgent: true,
         },