Skip to content

Commit 778d00b

Browse files
committed
INT-350 incorporate Marc's scout-dmg-bg-2.png
1 parent 086225f commit 778d00b

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

images/darwin/background.png

14.3 KB
Loading

images/darwin/[email protected]

-69 Bytes
Loading

tasks/darwin.js

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,21 @@ var CONFIG = module.exports = {
3535
name: 'MongoDB Prototcol',
3636
schemes: ['mongodb']
3737
}
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+
}
3853
]
3954
};
4055

0 commit comments

Comments
 (0)