mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-30 09:01:59 -05:00
Uses the file-updater utility library to update the services.json file. If the remote version is incompatible or corrupted, will reject the file.
11 lines
146 B
JSON
11 lines
146 B
JSON
{
|
|
"url": "https://obsproject.com/obs2_update/rtmp-services",
|
|
"version": 1,
|
|
"files": [
|
|
{
|
|
"name": "services.json",
|
|
"version": 1
|
|
}
|
|
]
|
|
}
|