summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--autolaunch.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/autolaunch.patch b/autolaunch.patch
index b2e5b2996bf0..705c631fc047 100644
--- a/autolaunch.patch
+++ b/autolaunch.patch
@@ -1,9 +1,9 @@
diff --git a/src/electron-main.ts b/src/electron-main.ts
--- a/src/electron-main.ts
+++ b/src/electron-main.ts
-@@ -229,6 +229,7 @@ async function setupGlobals() {
- launcher = new AutoLaunch({
- name: vectorConfig.brand || 'Element',
+@@ -204,6 +204,7 @@ async function setupGlobals() {
+ global.launcher = new AutoLaunch({
+ name: global.vectorConfig.brand || 'Element',
isHidden: true,
+ path: "/usr/bin/element-desktop",
mac: {