2019-11-20 08:59:47 -08:00
|
|
|
{
|
|
|
|
"homepage": "https://dolphin-emu.org/",
|
|
|
|
"description": "A Nintendo GameCube and Wii emulator, with enhancements and Netplay. (development version)",
|
|
|
|
"license": "GPL-2.0-or-later",
|
2021-04-05 17:30:16 -07:00
|
|
|
"version": "5.0-13963",
|
|
|
|
"url": "https://dl.dolphin-emu.org/builds/9d/45/dolphin-master-5.0-13963-x64.7z",
|
|
|
|
"hash": "a84f0ea183eb1c26925ed0bd75262154e173f7d9a203395e5cae1555e17a165d",
|
2019-11-20 08:59:47 -08:00
|
|
|
"extract_dir": "Dolphin-x64",
|
2021-02-23 12:09:25 -08:00
|
|
|
"pre_install": [
|
|
|
|
"if (!(Test-Path \"$persist_dir\")) {",
|
|
|
|
" New-item \"$persist_dir\" -ItemType Directory | Out-Null",
|
|
|
|
" New-item \"$persist_dir\\User\" -ItemType Directory | Out-Null",
|
|
|
|
" New-item \"$persist_dir\\portable.txt\" -ItemType File | 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",
|
|
|
|
" }",
|
|
|
|
"}"
|
|
|
|
],
|
2019-11-20 08:59:47 -08:00
|
|
|
"bin": "Dolphin.exe",
|
|
|
|
"shortcuts": [
|
|
|
|
[
|
|
|
|
"Dolphin.exe",
|
|
|
|
"Dolphin"
|
|
|
|
]
|
|
|
|
],
|
|
|
|
"persist": "User",
|
|
|
|
"checkver": {
|
2019-11-21 16:00:28 -08:00
|
|
|
"url": "https://dolphin-emu.org/download/",
|
2021-02-23 12:09:25 -08:00
|
|
|
"regex": "\\/(?<rand1>.{2})\\/(?<rand2>.{2})\\/dolphin-master-(?<major>[\\d\\.]+)-(?<build>[\\d]+)",
|
|
|
|
"replace": "${major}-${build}"
|
2019-11-20 08:59:47 -08:00
|
|
|
},
|
|
|
|
"autoupdate": {
|
2021-02-23 12:09:25 -08:00
|
|
|
"url": "https://dl.dolphin-emu.org/builds/$matchRand1/$matchRand2/dolphin-master-$matchMajor-$matchBuild-x64.7z"
|
2019-11-20 08:59:47 -08:00
|
|
|
}
|
|
|
|
}
|