summarylogtreecommitdiffstats
path: root/fix-autostart-path.diff
blob: 2214e9d9da96f7e6122feb8165774cdd3bc6cf01 (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 bbcf78a4..9b963143 100644
--- a/src/stores/AppStore.js
+++ b/src/stores/AppStore.js
@@ -31,7 +31,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,