settings.json.template 594 B

12345678910111213141516171819202122232425262728
  1. {
  2. "title": "OBS-Studio $$VERSION$$",
  3. "background": "$$CI_PATH$$/package/background.tiff",
  4. "icon": "$$CI_PATH$$/app/AppIcon.icns",
  5. "format": "ULFO",
  6. "icon-size": 96,
  7. "window": {
  8. "position": {
  9. "x": 100,
  10. "y": 100
  11. },
  12. "size": {
  13. "width": 540,
  14. "height": 380
  15. }
  16. },
  17. "contents": [{
  18. "x": 124,
  19. "y": 180,
  20. "type": "file",
  21. "path": "$$BUNDLE_PATH$$/OBS.app"
  22. }, {
  23. "x": 416,
  24. "y": 180,
  25. "type": "link",
  26. "path": "/Applications"
  27. }]
  28. }