-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchannel-metadata.json
More file actions
36 lines (36 loc) · 1.27 KB
/
channel-metadata.json
File metadata and controls
36 lines (36 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"repo": "https://github.com/Jordonbc/OpenVCS",
"channels": {
"stable": {
"slug": "stable",
"mainBinaryName": "openvcs",
"productName": "OpenVCS",
"identifier": "dev.jordon.openvcs",
"windowTitle": "OpenVCS",
"updaterEndpoints": ["https://github.com/Jordonbc/OpenVCS/releases/latest/download/latest.json"]
},
"beta": {
"slug": "beta",
"mainBinaryName": "openvcs-beta",
"productName": "OpenVCS-Beta",
"identifier": "dev.jordon.openvcs.beta",
"windowTitle": "OpenVCS Beta",
"updaterEndpoints": [
"https://github.com/Jordonbc/OpenVCS/releases/download/openvcs-beta/latest.json",
"https://github.com/Jordonbc/OpenVCS/releases/latest/download/latest.json"
]
},
"nightly": {
"slug": "nightly",
"mainBinaryName": "openvcs-nightly",
"productName": "OpenVCS-Nightly",
"identifier": "dev.jordon.openvcs.nightly",
"windowTitle": "OpenVCS Nightly",
"updaterEndpoints": [
"https://github.com/Jordonbc/OpenVCS/releases/download/openvcs-nightly/latest.json",
"https://github.com/Jordonbc/OpenVCS/releases/download/openvcs-beta/latest.json",
"https://github.com/Jordonbc/OpenVCS/releases/latest/download/latest.json"
]
}
}
}