summarylogtreecommitdiffstats
path: root/fix-autostart-path.diff
blob: 7d0c2f821b997d0604011523c7d2a8b080b8c1bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/stores/AppStore.js b/src/stores/AppStore.js
index 96142787..2c62c8ae 100644
--- a/src/stores/AppStore.js
+++ b/src/stores/AppStore.js
@@ -35,6 +35,7 @@ const mainWindow = remote.getCurrentWindow();
 const defaultLocale = DEFAULT_APP_SETTINGS.locale;
 const autoLauncher = new AutoLaunch({
   name: 'Ferdi',
+  path: '/usr/bin/ferdi',
 });
 
 const CATALINA_NOTIFICATION_HACK_KEY = '_temp_askedForCatalinaNotificationPermissions';