mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-23 13:49:04 -05:00
15 lines
471 B
JSON
15 lines
471 B
JSON
{
|
|
"title": "OBS",
|
|
"background": "./CI/scripts/macos/package/background.tiff",
|
|
"icon": "./CI/scripts/macos/app/obs.icns",
|
|
"format": "UDZO",
|
|
"compression-level": 9,
|
|
"window": { "position": { "x": 100, "y": 100 },
|
|
"size": { "width": 540, "height": 380 } },
|
|
"contents": [
|
|
{ "x": 120, "y": 180, "type": "file",
|
|
"path": "./OBS.app" },
|
|
{ "x": 420, "y": 180, "type": "link", "path": "/Applications" }
|
|
]
|
|
}
|