{ "version": "2512-297", "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/13/d7/dolphin-master-2512-297-x64.7z", "hash": "2b1745d1113526627e3145f592ef81f225b96346b73ab52692d4b0a2a10f9ad4", "extract_dir": "Dolphin-x64" }, "arm64": { "url": "https://dl.dolphin-emu.org/builds/e4/f9/dolphin-master-2512-297-ARM64.7z", "hash": "2ff7e3fa2eee75b741a10c6c9ad0a1d7ba1da2b79d2f30549384de75f9be5d5f", "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" } } } }