diff options
| -rw-r--r-- | app/main.js | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/app/main.js b/app/main.js index 502bb439aa..f812127172 100644 --- a/app/main.js +++ b/app/main.js @@ -114,13 +114,9 @@ const appDelegate = { if (isDevelopment) { return path.resolve(process.env.MULLVAD_BACKEND || '../talpid_core/target/debug/mullvadd'); - } else if (isMacOS) { + } else if (isMacOS || isLinux) { return path.join(process.resourcesPath, 'mullvadd'); - } else if (isLinux) { - // TODO: Decide - return ''; - } else if (isWindows) { // TODO: Decide return ''; |
