summarylogtreecommitdiffstats
path: root/fix-autostart-path.diff
blob: 9aa3cc0416c4ae37b74571679b6b8cc6ce70dd20 (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 81cef377..737b24a7 100644
--- a/src/stores/AppStore.js
+++ b/src/stores/AppStore.js
@@ -33,7 +33,7 @@ const debug = require('debug')('Ferdi:AppStore');
 
 const mainWindow = getCurrentWindow();
 
-const executablePath = isMac ? remoteProcess.execPath : process.execPath;
+const executablePath = '/usr/bin/ferdi';
 const autoLauncher = new AutoLaunch({
   name: 'Ferdi',
   path: executablePath,