scoop-games/bucket/redream.json

45 lines
1.2 KiB
JSON

{
"version": "1.5.0",
"description": "Sega Dreamcast emulator that can render games in HD and 4K",
"homepage": "https://redream.io",
"license": {
"identifier": "Freeware",
"url": "https://redream.io"
},
"architecture": {
"64bit": {
"url": "https://redream.io/download/redream.x86_64-windows-v1.5.0.zip",
"hash": "c29b1faf56df9c9926cfb77f874484571fbe8e59689b1a39091425ab309e6463"
}
},
"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)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://redream.io/download/redream.x86_64-windows-v$version.zip"
}
}
}
}