{ "version": "2407-240", "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/2f/c0/dolphin-master-2407-240-x64.7z", "hash": "8f259a14738d36a68587672dcf3ad790419912d800f399e929310f3c03d8ace1", "extract_dir": "Dolphin-x64" } }, "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/list/master/1/", "regex": "\\/(?.{2})\\/(?.{2})\\/dolphin-master-(?[\\d\\.]+)-(?[\\d]+)", "replace": "${major}-${build}" }, "autoupdate": { "url": "https://dl.dolphin-emu.org/builds/$matchRand1/$matchRand2/dolphin-master-$matchMajor-$matchBuild-x64.7z", "architecture": { "64bit": { "url": "https://dl.dolphin-emu.org/builds/$matchRand1/$matchRand2/dolphin-master-2407-240-x64.7z" } } } }