summarylogtreecommitdiffstats
path: root/fix-autostart-path.diff
blob: 447a9e463c8ef8d635876355a5d0f8ef1b13b14b (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 bbb5e630..b1b35db2 100644
--- a/src/stores/AppStore.js
+++ b/src/stores/AppStore.js
@@ -30,7 +30,7 @@ const mainWindow = getCurrentWindow();
 
 const defaultLocale = DEFAULT_APP_SETTINGS.locale;
 
-const executablePath = isMac ? remoteProcess.execPath : process.execPath;
+const executablePath = '/usr/bin/ferdi';
 const autoLauncher = new AutoLaunch({
   name: 'Ferdi',
   path: executablePath,