{ "version": "2512", "description": "Nintendo GameCube and Wii emulator, with enhancements and Netplay", "homepage": "https://dolphin-emu.org/", "license": { "identifier": "GPL-2.0-or-later", "url": "https://github.com/dolphin-emu/dolphin/blob/master/COPYING" }, "suggest": { "vcredist": "extras/vcredist2022" }, "architecture": { "64bit": { "url": "https://dl.dolphin-emu.org/releases/2512/dolphin-2512-x64.7z", "hash": "315a78b30fd9723923634efd426b0ad68d4ec61a4ad579847507f91e2fa12f91", "extract_dir": "Dolphin-x64" }, "arm64": { "url": "https://dl.dolphin-emu.org/releases/2512/dolphin-2512-ARM64.7z", "hash": "b547710fe68b53e62f2e15f1c3dd8e3e8f8cf88fdb39113e085b6d358a7ac573", "extract_dir": "Dolphin-ARM64" } }, "pre_install": [ "$appdataPath = \"$Env:AppData\\Dolphin Emulator\"", "if ((Test-Path -Path $appdataPath\\*) -and (!(Test-Path -Path $persist_dir\\*))) {", " Write-Warning \"Migrating AppData...\"", " New-Item -Type Directory -Path $persist_dir\\User -Force | Out-Null", " Copy-Item -Recurse -Force $appdataPath\\* -Destination $persist_dir\\User\\", "}" ], "post_install": "Set-Content -Value $null -Path \"$dir\\portable.txt\"", "bin": [ "Dolphin.exe", "DolphinTool.exe" ], "shortcuts": [ [ "Dolphin.exe", "Dolphin" ] ], "persist": "User", "checkver": { "url": "https://dolphin-emu.org/download/", "regex": "https://dl.dolphin-emu.org/releases/(?\\d+[\\w-]*)/" }, "autoupdate": { "architecture": { "64bit": { "url": "https://dl.dolphin-emu.org/releases/$version/dolphin-$version-x64.7z" }, "arm64": { "url": "https://dl.dolphin-emu.org/releases/$version/dolphin-$version-ARM64.7z" } } } }