summaryrefslogtreecommitdiff
blob: 8746b95e24faf127ea57aa5454b5299e782e7531 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- build/app.asar/src/config-schema.js.orig	2016-05-24 16:59:41.284449076 -0400
+++ build/app.asar/src/config-schema.js	2016-05-24 17:01:05.685447769 -0400
@@ -9,6 +9,11 @@
     core: {
       type: 'object',
       properties: {
+        apmPath: {
+          type: 'string',
+          "default": '/usr/bin/apm{{ATOM_SUFFIX}}',
+          description: 'Path to apm executable.'
+        },
         ignoredNames: {
           type: 'array',
           "default": [".git", ".hg", ".svn", ".DS_Store", "._*", "Thumbs.db"],