summaryrefslogtreecommitdiff
path: root/editors/atom/files/patch-src_atom-paths.js
blob: 987472267818a150e35f9e7d59c9a615a6d28c83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/atom-paths.js.orig	2019-12-13 19:07:42 UTC
+++ src/atom-paths.js
@@ -19,7 +19,7 @@ const getAppDirectory = () => {
         0,
         process.execPath.indexOf('.app') + 4
       );
-    case 'linux':
+    case 'linux': case 'freebsd':
     case 'win32':
       return path.join(process.execPath, '..');
   }