48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://cemu.info/",
|
|
"version": "1.25.0b",
|
|
"license": "Freeware",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://cemu.info/releases/cemu_1.25.0.zip",
|
|
"hash": "d7443e5ceeb37edfd9df9898f510529742f44031cf80c2bb4cbfc887c61b7495"
|
|
}
|
|
},
|
|
"extract_dir": "cemu_1.25.0",
|
|
"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"
|
|
}
|
|
}
|