scoop-games/bucket/cxbx-reloaded.json

29 lines
1.1 KiB
JSON

{
"homepage": "https://cxbx-reloaded.co.uk/",
"description": "An emulator for running Xbox games on Microsoft Windows.",
"version": "0.2022.0222.2220",
"license": "GPL-2.0-or-later",
"url": "https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/releases/download/CI-f857593/CxbxReloaded-Release-VS2019.zip",
"hash": "f41a5678caaba4bc8e6db02213f655cedd701b086307e5874761d1be5f9b2abd",
"pre_install": "if (!(Test-Path \"$persist_dir\\settings.ini\")) { $null = New-Item \"$dir\\settings.ini\" }",
"persist": [
"EmuDisk",
"settings.ini"
],
"bin": "cxbx.exe",
"shortcuts": [
[
"cxbx.exe",
"Cxbx-Reloaded"
]
],
"checkver": {
"url": "https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/releases.atom",
"regex": "(?s)>(\\d+)-(\\d+)-(\\d+)T(\\d+):(\\d+)[\\S\\s]+?tag/CI-(?<sha>[a-f\\d]+)",
"replace": "0.${1}.${2}${3}.${4}${5}"
},
"autoupdate": {
"url": "https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/releases/download/CI-$matchSha/CxbxReloaded-Release-VS2019.zip"
}
}