summarylogtreecommitdiffstats
path: root/fix-autostart-path.diff
diff options
context:
space:
mode:
authorDaniel Peukert2021-12-07 11:00:57 +0100
committerDaniel Peukert2021-12-07 11:00:57 +0100
commit63db3925abdb78c24fff916dbce5cc6f2c11a695 (patch)
tree17897ca4bb89234329979428ce33a56d31909479 /fix-autostart-path.diff
parentfb92b910f1460f22cd0b426ddf35e447a625122b (diff)
downloadaur-63db3925abdb78c24fff916dbce5cc6f2c11a695.tar.gz
Update ferdi to 5.6.3, fix ferdi-git PKGBUILD
Diffstat (limited to 'fix-autostart-path.diff')
-rw-r--r--fix-autostart-path.diff6
1 files changed, 3 insertions, 3 deletions
diff --git a/fix-autostart-path.diff b/fix-autostart-path.diff
index eb19b0f13886..9aa3cc0416c4 100644
--- a/fix-autostart-path.diff
+++ b/fix-autostart-path.diff
@@ -1,10 +1,10 @@
diff --git a/src/stores/AppStore.js b/src/stores/AppStore.js
-index 469e7519..6a9bb5ed 100644
+index 81cef377..737b24a7 100644
--- a/src/stores/AppStore.js
+++ b/src/stores/AppStore.js
-@@ -42,7 +42,7 @@ const mainWindow = getCurrentWindow();
+@@ -33,7 +33,7 @@ const debug = require('debug')('Ferdi:AppStore');
- const defaultLocale = DEFAULT_APP_SETTINGS.locale;
+ const mainWindow = getCurrentWindow();
-const executablePath = isMac ? remoteProcess.execPath : process.execPath;
+const executablePath = '/usr/bin/ferdi';