cemu: Add version 1.23.1b (#280)

master
Nora 2021-07-03 10:50:32 -04:00 committed by GitHub
parent 7de0205c6e
commit 0cd8664087
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 47 additions and 0 deletions

47
bucket/cemu.json Normal file
View File

@ -0,0 +1,47 @@
{
"homepage": "https://cemu.info/",
"version": "1.23.1b",
"license": "Freeware",
"architecture": {
"64bit": {
"url": "https://cemu.info/releases/cemu_1.23.1.zip",
"hash": "1e2396de6fe63b7c93495352f06011ada86914b0ae0628bfaf6733786871af08"
}
},
"extract_dir": "cemu_1.23.1",
"shortcuts": [
[
"cemu.exe",
"Cemu"
]
],
"installer": {
"script": [
"if (!(Test-Path \"$persist_dir\\settings.xml\")) {",
" New-Item \"$dir\\settings.xml\" -Type File | Out-Null",
"}"
]
},
"persist": [
"settings.xml",
"controllerProfiles",
"gameProfiles",
"graphicPacks",
"mlc01"
],
"suggest": {
"vcredist": "extras/vcredist2015",
"cemuhook": "cemuhook"
},
"checkver": {
"regex": "Download latest version \\(v((?<version>[\\d.]+)[\\w]*?),"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://cemu.info/releases/cemu_$matchVersion.zip"
}
},
"extract_dir": "cemu_$matchVersion"
}
}