{ "version": "2512-303", "description": "A Nintendo GameCube and Wii emulator, with enhancements and Netplay. (development version)", "homepage": "https://dolphin-emu.org/", "license": { "identifier": "GPL-2.0-or-later", "url": "https://github.com/dolphin-emu/dolphin/blob/master/COPYING" }, "suggest": { "Microsoft Visual C++ Runtime 2022": "extras/vcredist2022" }, "architecture": { "64bit": { "url": "https://dl.dolphin-emu.org/builds/9b/16/dolphin-master-2512-303-x64.7z", "hash": "f26760d86a19c63c78bab4c7ddbd9f003dedbda72246b0df22e3a3e3ff2c360d", "extract_dir": "Dolphin-x64" }, "arm64": { "url": "https://dl.dolphin-emu.org/builds/8d/9f/dolphin-master-2512-303-ARM64.7z", "hash": "5657401938475440529d0e912502f71f9e9dd7e4e154839c5b16977f043cfc58", "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", "dolphin-dev" ], [ "DolphinTool.exe", "dolphintool-dev" ] ], "shortcuts": [ [ "Dolphin.exe", "Dolphin (Development)" ] ], "persist": "User", "checkver": { "url": "https://dolphin-emu.org/download/", "regex": "(?.{5})/dolphin-master-(?[\\w-]+)-x64[\\s\\S]+?(?.{5})/dolphin-master-\\k-ARM64" }, "autoupdate": { "architecture": { "64bit": { "url": "https://dl.dolphin-emu.org/builds/$matchPrefix1/dolphin-master-$version-x64.7z" }, "arm64": { "url": "https://dl.dolphin-emu.org/builds/$matchPrefix2/dolphin-master-$version-ARM64.7z" } } } }