summarylogtreecommitdiffstats
path: root/autolaunch.patch
diff options
context:
space:
mode:
authorCody Wyatt Neiman2022-08-01 22:39:37 +0000
committerCody Wyatt Neiman2022-08-01 22:39:37 +0000
commiteb2c7232615cb9f3847187a63e8ab177d8cb7828 (patch)
treeeb40c8b295094acbfaa2c22d8779ad1aec480fad /autolaunch.patch
parentcd0ff7d88aed1279d2c2d5113f4b298d3f5e1945 (diff)
downloadaur-eb2c7232615cb9f3847187a63e8ab177d8cb7828.tar.gz
chore(element-desktop-git): update autolaunch patch
Diffstat (limited to 'autolaunch.patch')
-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: {