We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 086225f commit 778d00bCopy full SHA for 778d00b
images/darwin/background.png
14.3 KB
images/darwin/[email protected]
-69 Bytes
tasks/darwin.js
@@ -35,6 +35,21 @@ var CONFIG = module.exports = {
35
name: 'MongoDB Prototcol',
36
schemes: ['mongodb']
37
}
38
+ ],
39
+ // The following only modifies "y" values from defaults
40
+ contents: [
41
+ {
42
+ x: 450,
43
+ y: 344,
44
+ type: 'link',
45
+ path: '/Applications'
46
+ },
47
48
+ x: 192,
49
+ y: 334,
50
+ type: 'file',
51
+ path: path.resolve(process.cwd(), APP_PATH)
52
+ }
53
]
54
};
55
0 commit comments