scoop-games/bucket/dolphin-dev.json

38 lines
1.6 KiB
JSON
Raw Normal View History

{
"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-14095",
"url": "https://dl.dolphin-emu.org/builds/f6/3d/dolphin-master-5.0-14095-x64.7z",
"hash": "58a298c391ec189b11ae4dff201016fe9d322229a4ccdd2615422c0cb42d53dd",
"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",
" 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",
" }",
"}"
],
"bin": "Dolphin.exe",
"shortcuts": [
[
"Dolphin.exe",
"Dolphin"
]
],
"persist": "User",
"checkver": {
"url": "https://dolphin-emu.org/download/",
"regex": "\\/(?<rand1>.{2})\\/(?<rand2>.{2})\\/dolphin-master-(?<major>[\\d\\.]+)-(?<build>[\\d]+)",
"replace": "${major}-${build}"
},
"autoupdate": {
"url": "https://dl.dolphin-emu.org/builds/$matchRand1/$matchRand2/dolphin-master-$matchMajor-$matchBuild-x64.7z"
}
}