chrisenytc/ubauth

View on GitHub
resources/osx/appdmg.json

Summary

Maintainability
Test Coverage
{
  "title": "{{productName}}",
  "icon": "{{dmgIcon}}",
  "background": "{{dmgBackground}}",
  "icon-size": 128,
  "contents": [
    { "x": 410, "y": 220, "type": "link", "path": "/Applications" },
    { "x": 130, "y": 220, "type": "file", "path": "{{appPath}}" }
  ]
}