-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathobs-studio-cn-bfsu-mirror.json
47 lines (47 loc) · 1.74 KB
/
obs-studio-cn-bfsu-mirror.json
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
37
38
39
40
41
42
43
44
45
46
47
{
"version": "27.2.4",
"description": "Video recording and live streaming software (China BFSU mirror)",
"homepage": "https://obsproject.com",
"license": "GPL-2.0-only",
"architecture": {
"64bit": {
"url": "https://mirrors.bfsu.edu.cn/github-release/obsproject/obs-studio/OBS Studio 27.2.4/OBS-Studio-27.2.4-Full-x64.zip",
"hash": "fae9840096c43a62b410d91985b4b5fdd5b0d6e8d54ef4afe7af47180da8ae21",
"shortcuts": [
[
"bin\\64bit\\obs64.exe",
"OBS Studio"
]
]
},
"32bit": {
"url": "https://mirrors.bfsu.edu.cn/github-release/obsproject/obs-studio/OBS Studio 27.2.4/OBS-Studio-27.2.4-Full-x86.zip",
"hash": "51bacea13391874f2902575d2d8ab6e6eb6bd7c90682c7461e7cde15dec99c22",
"shortcuts": [
[
"bin\\32bit\\obs32.exe",
"OBS Studio"
]
]
}
},
"pre_install": "if (!(Test-Path \"$persist_dir\\portable_mode.txt\")) { New-Item \"$dir\\portable_mode.txt\" | Out-Null }",
"persist": [
"config",
"portable_mode.txt"
],
"checkver": {
"url": "https://obsproject.com/download",
"regex": "OBS-Studio-([\\d.]+)-Full-x64\\.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://mirrors.bfsu.edu.cn/github-release/obsproject/obs-studio/OBS Studio $version/OBS-Studio-$version-Full-x64.zip"
},
"32bit": {
"url": "https://mirrors.bfsu.edu.cn/github-release/obsproject/obs-studio/OBS Studio $version/OBS-Studio-$version-Full-x86.zip"
}
}
}
}