blob: 7ee7cdb4a1073bf84044122a2d161accd4f20f9b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- a/build/app/src/config-schema.js
+++ b/build/app/src/config-schema.js
@@ -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"],
|