aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/osx/dmg_spec.json
blob: c433124963a387f875a0cc05fc78a9546640ab13 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  "title": "Mist Installer",
  "icon": "Mist.icns",
  "background": "background.png",
  "icon-size": 144,
  "contents": [
    { "x": 900, "y": 244, "type": "link", "path": "/Applications" },
    { "x": 140, "y": 244, "type": "file", "path": "Mist.app" }
  ]
}