cxbx-reloaded: Add version 0.2021.0202.1246 (#189)

master
Richard Kuhnt 2021-02-08 00:12:01 +01:00 committed by GitHub
parent 0d997bf39d
commit 1fe7260ab8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

28
bucket/cxbx-reloaded.json Normal file
View File

@ -0,0 +1,28 @@
{
"homepage": "https://cxbx-reloaded.co.uk/",
"description": "An emulator for running Xbox games on Microsoft Windows.",
"version": "0.2021.0202.1246",
"license": "GPL-2.0-or-later",
"url": "https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/releases/download/CI-d26e028/CxbxReloaded-Release-VS2019.zip",
"hash": "03e9bd054b4deba05d6dc34c2f71a23a7a6e0ac018623997f778060b599329ca",
"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"
}
}