{ "homepage": "https://dolphin-emu.org/", "description": "A Nintendo GameCube and Wii emulator, with enhancements and Netplay. (development version)", "license": "GPL-2.0-or-later", "version": "5.0-15189", "url": "https://dl.dolphin-emu.org/builds/89/38/dolphin-master-5.0-15189-x64.7z", "hash": "db79c48f130283530c19f4887c63b4ab4c834618e8bc4012ee0262a72319afbc", "extract_dir": "Dolphin-x64", "pre_install": [ "if (!(Test-Path \"$persist_dir\")) {", " New-item \"$persist_dir\" -ItemType Directory | Out-Null", " New-item \"$persist_dir\\User\" -ItemType Directory | Out-Null", " if (Test-Path \"$env:USERPROFILE\\Documents\\Dolphin Emulator\") {", " Write-host \"Migrating AppData...\" -ForegroundColor yellow", " Copy-Item -Path \"$env:USERPROFILE\\Documents\\Dolphin Emulator\\*\" -Destination \"$persist_dir\\User\" -Recurse", " Remove-Item -Path \"$env:USERPROFILE\\Documents\\Dolphin Emulator\" -Recurse", " }", "}" ], "bin": "Dolphin.exe", "shortcuts": [ [ "Dolphin.exe", "Dolphin (Development)" ] ], "persist": "User", "post_install": "Set-Content -Value $null -Path \"$dir\\portable.txt\"", "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" } }