2021-02-07 15:12:01 -08:00
|
|
|
{
|
|
|
|
"homepage": "https://cxbx-reloaded.co.uk/",
|
|
|
|
"description": "An emulator for running Xbox games on Microsoft Windows.",
|
2021-07-26 17:30:31 -07:00
|
|
|
"version": "0.2021.0726.1714",
|
2021-02-07 15:12:01 -08:00
|
|
|
"license": "GPL-2.0-or-later",
|
2021-07-26 17:30:31 -07:00
|
|
|
"url": "https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/releases/download/CI-de16fe3/CxbxReloaded-Release-VS2019.zip",
|
|
|
|
"hash": "7d9a929208935bcef3fe85d382a91cf283bf1cda2f18efd66b5f99f91f58a10f",
|
2021-02-07 15:12:01 -08:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|