cemu: Add version 1.23.1b (#280)
parent
7de0205c6e
commit
0cd8664087
|
@ -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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue