yolobs-studio/CI/scripts/macos/package/settings.json.template

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

28 lines
594 B
Text
Raw Normal View History

2020-10-01 20:15:25 +00:00
{
"title": "OBS-Studio $$VERSION$$",
"background": "$$CI_PATH$$/package/background.tiff",
2020-12-22 17:32:50 +00:00
"icon": "$$CI_PATH$$/app/AppIcon.icns",
2020-10-01 20:15:25 +00:00
"format": "ULFO",
"icon-size": 96,
"window": {
"position": {
"x": 100,
"y": 100
},
"size": {
"width": 540,
"height": 380
}
},
"contents": [{
"x": 124,
"y": 180,
"type": "file",
"path": "$$BUNDLE_PATH$$/OBS.app"
}, {
"x": 416,
"y": 180,
"type": "link",
"path": "/Applications"
}]
}