scoop-games/bucket/redream-nightly.json

42 lines
1.2 KiB
JSON

{
"homepage": "https://redream.io",
"description": "Sega Dreamcast emulator that can render games in HD and 4K (nightly)",
"version": "1.5.0-1026-g7b7ec5d",
"license": "",
"architecture": {
"64bit": {
"url": "https://redream.io/download/redream.x86_64-windows-v1.5.0-1026-g7b7ec5d.zip",
"hash": "4d5e897ce64fde063878d166afc540944d08a2784fe529344008ab1e6370329b"
}
},
"pre_install": [
"if (!(Test-Path \"$persist_dir\")) {",
" New-item \"$persist_dir\" -ItemType Directory | Out-Null",
" New-Item \"$persist_dir\\redream.cfg\" -Type File | Out-Null",
"}"
],
"bin": "redream.exe",
"shortcuts": [
[
"redream.exe",
"Redream"
]
],
"persist": [
"cache",
"saves",
"redream.cfg"
],
"checkver": {
"url": "https://redream.io/download",
"regex": "v(\\d\\.\\d\\.\\d-\\d{4}-g[a-f0-9]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://redream.io/download/redream.x86_64-windows-v$version.zip"
}
}
}
}