summaryrefslogtreecommitdiffstats
path: root/appdmg.json
blob: 53df620fc0d1c67f3eeb67f5049b73c0281e7f0d (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": "main/QtPass.app" },
    { "x": 428, "y": 64, "type": "link", "path": "/Applications" },
    { "x": 64, "y": 448, "type": "file", "path": "README.rtf" },
    { "x": 428, "y": 448, "type": "file", "path": "LICENSE" }
  ]
}