summarylogtreecommitdiffstats
path: root/fix-autostart-path.diff
blob: fef1013e440149b7d08ea91fac7d0c150b5d3883 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/stores/AppStore.js b/src/stores/AppStore.js
index 153fdb2c..96a18f37 100644
--- a/src/stores/AppStore.js
+++ b/src/stores/AppStore.js
@@ -34,7 +34,7 @@ const mainWindow = remote.getCurrentWindow();

 const defaultLocale = DEFAULT_APP_SETTINGS.locale;

-const executablePath = isMac ? remote.process.execPath : process.execPath;
+const executablePath = '/usr/bin/ferdi';
 const autoLauncher = new AutoLaunch({
   name: 'Ferdi',
   path: executablePath,