settings.json 471 B

1234567891011121314
  1. {
  2. "title": "OBS",
  3. "background": "./CI/scripts/macos/package/background.tiff",
  4. "icon": "./CI/scripts/macos/app/obs.icns",
  5. "format": "UDZO",
  6. "compression-level": 9,
  7. "window": { "position": { "x": 100, "y": 100 },
  8. "size": { "width": 540, "height": 380 } },
  9. "contents": [
  10. { "x": 120, "y": 180, "type": "file",
  11. "path": "./OBS.app" },
  12. { "x": 420, "y": 180, "type": "link", "path": "/Applications" }
  13. ]
  14. }