scoop-games/bucket/cemu.json

69 lines
2.0 KiB
JSON
Raw Normal View History

2021-07-03 07:50:32 -07:00
{
"homepage": "https://cemu.info/",
2022-02-12 18:04:06 -08:00
"description": "Experimental software to emulate Wii U applications on PC",
2022-02-18 16:32:08 -08:00
"version": "1.26.2f",
2021-07-03 07:50:32 -07:00
"license": "Freeware",
"architecture": {
"64bit": {
2022-02-11 16:31:00 -08:00
"url": "https://cemu.info/releases/cemu_1.26.2.zip",
2022-02-18 14:31:15 -08:00
"hash": "b0e3abf5048f78e352b42c3e1660a2c6e85d6905cd9f60d06ca2f2318fa3152c"
2021-07-03 07:50:32 -07:00
}
},
2022-02-11 16:31:00 -08:00
"extract_dir": "cemu_1.26.2",
2021-07-03 07:50:32 -07:00
"shortcuts": [
[
"cemu.exe",
"Cemu"
]
],
"installer": {
"script": [
2021-10-30 09:10:30 -07:00
"'cemuhook.dll', 'keystone.dll' | ForEach-Object {",
" if (Test-Path \"$(versiondir 'cemuhook' 'current' $global)\\$_\") {",
" Copy-Item \"$(versiondir 'cemuhook' 'current' $global)\\$_\" \"$dir\"",
" }",
2021-07-03 07:50:32 -07:00
"}"
]
},
"persist": [
"controllerProfiles",
"gameProfiles",
"graphicPacks",
2021-10-30 09:10:30 -07:00
"mlc01",
"sharedFonts",
"shaderCache\\transferable"
2021-07-03 07:50:32 -07:00
],
"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"
2021-10-30 09:10:30 -07:00
},
"post_install": [
"'settings.xml' | ForEach-Object {",
" if (Test-Path \"$persist_dir\\$_.bak\") {",
" Copy-Item \"$persist_dir\\$_.bak\" \"$dir\\$_\" -Force",
" } else {",
" New-Item -ItemType File \"$dir\\$_\" | Out-Null",
" }",
"}"
],
"uninstaller": {
"script": [
"'settings.xml' | ForEach-Object {",
" Copy-Item \"$dir\\$_\" \"$persist_dir\\$_.bak\" -Force",
"}"
]
},
"notes": "Configuration files cannot be persisted, but will be retained during the update"
2021-07-03 07:50:32 -07:00
}