summaryrefslogtreecommitdiffstats
path: root/appdmg.json
blob: 02c629a11e2e7ee78f3c068dadc2e511cf2afa3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "title": "QtPass",
  "icon": "artwork/icon.icns",
  "background": "artwork/icon.png",
  "icon-size": 80,
  "contents": [
    { "x": 64, "y": 64, "type": "file", "path": "QtPass.app" },
    { "x": 448, "y": 64, "type": "link", "path": "/Applications" },
    { "x": 64, "y": 448, "type": "file", "path": "README.rtf" },
    { "x": 448, "y": 448, "type": "file", "path": "LICENSE" }
  ]
}