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",
|
2022-02-22 16:31:37 -08:00
|
|
|
"version": "5.0-16079",
|
|
|
|
"url": "https://dl.dolphin-emu.org/builds/83/92/dolphin-master-5.0-16079-x64.7z",
|
|
|
|
"hash": "f0ce2602886e3bc90e8c7cdac492591d570b47be916c6d677a94df3bb22296a1",
|
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",
|
|
|
|
" 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",
|
2021-07-11 13:55:42 -07:00
|
|
|
"Dolphin (Development)"
|
2019-11-20 08:59:47 -08:00
|
|
|
]
|
|
|
|
],
|
|
|
|
"persist": "User",
|
2021-06-08 15:23:40 -07:00
|
|
|
"post_install": "Set-Content -Value $null -Path \"$dir\\portable.txt\"",
|
2019-11-20 08:59:47 -08:00
|
|
|
"checkver": {
|
2021-07-11 13:55:42 -07:00
|
|
|
"url": "https://dolphin-emu.org/download/list/master/1/",
|
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
|
|
|
}
|
|
|
|
}
|