scoop-games/bucket/dolphin-dev.json

30 lines
1.0 KiB
JSON

{
"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-13603",
"url": "https://dl.dolphin-emu.org/builds/be/d1/dolphin-master-5.0-13603-x64.7z",
"hash": "3e03d5840b1fc3ee2a131ec32940d377e20582166ed5d9a2f3f8a29adf0f3892",
"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": "\\/(?<rand1>.{2})\\/(?<rand2>.{2})\\/dolphin-master-5.0-(?<build>[\\d]+)",
"replace": "5.0-${build}"
},
"autoupdate": {
"url": "https://dl.dolphin-emu.org/builds/$matchRand1/$matchRand2/dolphin-master-5.0-$matchBuild-x64.7z",
"hash": {
"mode": "download"
}
}
}