mirror of
https://github.com/Zaarrg/stremio-community-v5.git
synced 2026-05-18 16:01:50 +00:00
67 lines
No EOL
2.2 KiB
JSON
67 lines
No EOL
2.2 KiB
JSON
{
|
|
"version": "5.0.17",
|
|
"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.17/Stremio.5.0.17-x64.exe",
|
|
"hash": "27ca55ded0c74e6e1d7f143f491e4cd35fb0e4f50a1ab6412311de543e6aa257",
|
|
"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.17/Stremio.5.0.17-x86.exe",
|
|
"hash": "d42cc1b9b8aab6c8f3309741fe40e1e34ae856b4eff9806dde277f96b2384405",
|
|
"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."
|
|
} |