stremio-community-v5/utils/scoop/stremio-desktop-v5.json
Zarg f6b08f6267 Bump to 5.0.21 and updated readme
- Bump to 5.0.21
- Updated Readme Animejanai section, added video guide and updated build link
- Updated App errors with more common issues
2025-12-09 11:12:28 +01:00

67 lines
No EOL
2.2 KiB
JSON

{
"version": "5.0.21",
"description": "Stremio Desktop v5 Community",
"homepage": "https://github.com/Zaarrg/stremio-desktop-v5",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.21/Stremio.5.0.21-x64.exe",
"hash": "6b2597e3179355fb59b62df762d65dbe3e493f96471fa3cf17e1620fadd0a1d7",
"installer": {
"args": [
"/S"
]
},
"uninstaller": {
"script": [
"$uninstaller = Join-Path $env:LOCALAPPDATA 'Programs\\LNV\\Stremio-5\\Uninstall.exe'",
"if (Test-Path $uninstaller) {",
" Start-Process $uninstaller -ArgumentList '/S','/keepdata' -Wait",
"} else {",
" Write-Host \"Uninstaller not found: $uninstaller\"",
"}"
]
}
},
"32bit": {
"url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.21/Stremio.5.0.21-x86.exe",
"hash": "f2dfad202ae03b26a1d584d9a4e8747be6e0b078e6c6c5773d57632bdfe3aee0",
"installer": {
"args": [
"/S"
]
},
"uninstaller": {
"script": [
"$uninstaller = Join-Path $env:LOCALAPPDATA 'Programs\\LNV\\Stremio-5\\Uninstall.exe'",
"if (Test-Path $uninstaller) {",
" Start-Process $uninstaller -ArgumentList '/S','/keepdata' -Wait",
"} else {",
" Write-Host \"Uninstaller not found: $uninstaller\"",
"}"
]
}
}
},
"checkver": {
"github": "Zaarrg/stremio-desktop-v5",
"regex": "Stremio\\.([\\d.]+)-x64\\.exe"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/$version/Stremio.$version-x64.exe",
"hash": {
"url": "$url.sha256"
}
},
"32bit": {
"url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/$version/Stremio.$version-x86.exe",
"hash": {
"url": "$url.sha256"
}
}
}
},
"notes": "Stremio Desktop v5 using silent install via /S. Built-in auto-updater may override Scoop-managed updates."
}