scoop-games/bucket/cxbx-reloaded.json

31 lines
1.0 KiB
JSON

{
"version": "f6274cc",
"description": "Microsoft Xbox emulator",
"homepage": "https://cxbx-reloaded.co.uk/",
"license": {
"identifier": "GPL-2.0",
"url": "https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/blob/master/COPYING"
},
"url": "https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/releases/download/CI-f6274cc/CxbxReloaded-Release-VS2022.zip",
"hash": "e98bc08f9676a2d9d4d8433501b5228a767dc5453a72d0eb77072513e0a77f33",
"pre_install": "if (!(Test-Path \"$persist_dir\\settings.ini\")) { $null = New-Item \"$dir\\settings.ini\" }",
"bin": "cxbx.exe",
"shortcuts": [
[
"cxbx.exe",
"Cxbx-Reloaded"
]
],
"persist": [
"EmuDisk",
"settings.ini"
],
"checkver": {
"url": "https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/releases.atom",
"regex": "CI-([a-f\\d]+)."
},
"autoupdate": {
"url": "https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/releases/download/CI-$version/CxbxReloaded-Release-VS2022.zip"
}
}