29 lines
1.1 KiB
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.2021.0521.1656",
|
|
"license": "GPL-2.0-or-later",
|
|
"url": "https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/releases/download/CI-df22c8b/CxbxReloaded-Release-VS2019.zip",
|
|
"hash": "9570ce2e098107a56f3fdad9e228ae58b4db8c284ec3ab18bf017d4536e766a8",
|
|
"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"
|
|
}
|
|
}
|