diff --git a/bucket/obs-studio.json b/bucket/obs-studio.json index 0263fa2447c6fd..d29cfd4b3eb412 100644 --- a/bucket/obs-studio.json +++ b/bucket/obs-studio.json @@ -1,8 +1,8 @@ { - "homepage": "https://obsproject.com/", - "description": "Free and open source software for video recording and live streaming.", - "license": "GPL-2.0-only", "version": "24.0.3", + "description": "Video recording and live streaming software", + "homepage": "https://obsproject.com", + "license": "GPL-2.0-only", "architecture": { "64bit": { "url": "https://github.com/obsproject/obs-studio/releases/download/24.0.3/OBS-Studio-24.0.3-Full-x64.zip", @@ -10,7 +10,7 @@ "shortcuts": [ [ "bin\\64bit\\obs64.exe", - "OBS Studio (64bit)" + "OBS Studio" ] ] }, @@ -20,27 +20,24 @@ "shortcuts": [ [ "bin\\32bit\\obs32.exe", - "OBS Studio (32bit)" + "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" ], - "pre_install": "if(!(test-path \"$dir\\portable_mode.txt\")) { Add-Content \"$dir\\portable_mode.txt\" $null }", - "checkver": { - "github": "https://github.com/obsproject/obs-studio", - "regex": "/download/([\\d\\.]+)/OBS-Studio-(?[\\d\\.]+)-Full" - }, + "checkver": "aria-label=\"Windows\">([\\d.]+)", "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/obsproject/obs-studio/releases/download/$version/OBS-Studio-$matchShort-Full-x64.zip" + "url": "https://github.com/obsproject/obs-studio/releases/download/$version/OBS-Studio-$version-Full-x64.zip" }, "32bit": { - "url": "https://github.com/obsproject/obs-studio/releases/download/$version/OBS-Studio-$matchShort-Full-x86.zip" + "url": "https://github.com/obsproject/obs-studio/releases/download/$version/OBS-Studio-$version-Full-x86.zip" } } }