cutbox_appdmg.json 433 B

123456789101112
  1. {
  2. "title": "CutBox",
  3. "icon-size": 96,
  4. "icon": "../CutBox/build/CutBox.app/Contents/Resources/AppIcon.icns",
  5. "background": "../CutBox/CutBox/GraphicAssets/dmg_background.png",
  6. "contents": [
  7. { "x": 177, "y": 323, "type": "file", "path": "../CutBox/build/CutBox.app" },
  8. { "x": 626, "y": 323, "type": "link", "path": "/Applications" },
  9. { "x": 626, "y": 530, "type": "file", "path": "../CutBox/build/cutbox" }
  10. ]
  11. }