blob: eb19b0f138860f1674c9bfe7d51aa277e9e72381 (
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 469e7519..6a9bb5ed 100644
--- a/src/stores/AppStore.js
+++ b/src/stores/AppStore.js
@@ -42,7 +42,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,
|