You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-editors/atom/files/atom-apm-path.patch

15 lines
441 B

--- 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"],