scoop-games/bucket/dolphin-dev.json

30 lines
978 B
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-11205",
"url": "https://dl.dolphin-emu.org/builds/dolphin-master-5.0-11205-x64.7z",
"hash": "e6bb256f3f99a4f0b5fa6ea27361fb8acae99bf93d3e0bc370a3e64c32459a53",
"extract_dir": "Dolphin-x64",
"bin": "Dolphin.exe",
"shortcuts": [
[
"Dolphin.exe",
"Dolphin"
]
],
"persist": "User",
"post_install": "Set-Content -Value $null -Path \"$dir\\portable.txt\"",
"checkver": {
"url": "https://dolphin-emu.org/download/",
"regex": "5.0-(?<build>[\\d]+)",
"replace": "5.0-${build}"
},
"autoupdate": {
"url": "https://dl.dolphin-emu.org/builds/dolphin-master-5.0-$matchBuild-x64.7z",
"hash": {
"mode": "download"
}
}
}