Skip to content

Commit

Permalink
obs-studio-cn: update to 30.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Sep 29, 2024
1 parent 80df4e3 commit c86e042
Showing 1 changed file with 5 additions and 18 deletions.
23 changes: 5 additions & 18 deletions bucket/obs-studio-cn.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,18 @@
{
"version": "29.0.2",
"version": "30.2.3",
"description": "Video Recording And Live Streaming Software",
"homepage": "https://obsproject.com",
"license": "GPL-2.0-only",
"architecture": {
"64bit": {
"url": "https://mirrors.bfsu.edu.cn/github-release/obsproject/obs-studio/OBS%20Studio%2029.0.2/OBS-Studio-29.0.2-Full-x64.zip",
"hash": "1420b73b18afa766c6331725e12fb4cc8ce1a65843dff72c68e0030f9a82b6c1",
"url": "https://mirrors.tuna.tsinghua.edu.cn/github-release/obsproject/obs-studio/LatestRelease/OBS-Studio-30.2.3-Windows.zip",
"hash": "c5bf721258f6d8b2342ed39f04e65cdd3a07a9d1300654471d4be91d87fee65b",
"shortcuts": [
[
"bin\\64bit\\obs64.exe",
"OBS Studio"
]
]
},
"32bit": {
"url": "https://mirrors.bfsu.edu.cn/github-release/obsproject/obs-studio/OBS%20Studio%2027.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 }",
Expand All @@ -38,15 +28,12 @@
],
"checkver": {
"url": "https://obsproject.com/download",
"regex": "OBS-Studio-([\\d.]+)-Full-x64\\.zip"
"regex": "OBS-Studio-([\\d.]+)-Windows\\.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://mirrors.bfsu.edu.cn/github-release/obsproject/obs-studio/OBS%20Studio%20$version/OBS-Studio-$version-Full-x64.zip"
},
"32bit": {
"url": "https://mirrors.bfsu.edu.cn/github-release/obsproject/obs-studio/OBS%20Studio%20$version/OBS-Studio-$version-Full-x86.zip"
"url": "https://mirrors.tuna.tsinghua.edu.cn/github-release/obsproject/obs-studio/LatestRelease/OBS-Studio-$version-Windows.zip"
}
}
}
Expand Down

0 comments on commit c86e042

Please sign in to comment.