stremio-community-v5/utils/scoop/stremio-desktop-v5.json
Zarg 37a20b1fe7 More splash screen stuck fixes + Version 5.0.14
- More fixes for stuck on splash screen
- Version bump to 5.0.14
2025-01-20 17:17:57 +01:00

67 lines
No EOL
2.2 KiB
JSON

{
"version": "5.0.14",
"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.14/Stremio.5.0.14-x64.exe",
"hash": "2d206f6e5d7ce22be968211ef445fa5febdeaf4cae8223945d7602296f03effe",
"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.14/Stremio.5.0.14-x86.exe",
"hash": "2a8caede355650a6f018c53ab3b3fcd25c2fb264aa06c190ee007f0bf7d90f80",
"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."
}