{ "version": "2.6", "description": "A Nintendo WiiU emulator capable of online play", "homepage": "https://cemu.info/", "license": "MPL-2.0", "suggest": { "Microsoft Visual C++ Runtime 2022": "extras/vcredist2022" }, "architecture": { "64bit": { "url": "https://github.com/cemu-project/Cemu/releases/download/v2.6/cemu-2.6-windows-x64.zip", "hash": "a6bcc2bc42a362d10213819948f3152fae7d47f70067f25939b51d3ddcfb0896" } }, "extract_dir": "Cemu_2.6", "installer": { "script": [ "if (!(Test-Path \"$persist_dir\\keys.txt\")) {", " New-Item \"$dir\\keys.txt\" -Type File | Out-Null", "}" ] }, "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", " }", "}" ], "bin": [ [ "Cemu.exe", "cemu" ] ], "shortcuts": [ [ "Cemu.exe", "Cemu" ] ], "persist": [ "controllerProfiles", "gameProfiles", "graphicPacks", "mlc01", "sharedFonts", "shaderCache\\transferable", "keys.txt" ], "uninstaller": { "script": [ "'settings.xml' | ForEach-Object {", " Copy-Item \"$dir\\$_\" \"$persist_dir\\$_.bak\" -Force", "}" ] }, "checkver": { "github": "https://github.com/cemu-project/Cemu" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/cemu-project/Cemu/releases/download/v$version/cemu-$version-windows-x64.zip" } }, "extract_dir": "Cemu_$version" } }