blob: a5ce118079d43defa36694bc33c51689a66249fa (
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 869cfa9d..afdf47a3 100644
--- a/src/stores/AppStore.js
+++ b/src/stores/AppStore.js
@@ -36,7 +36,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,
|