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-11452",
"url": "https://dl.dolphin-emu.org/builds/40/18/dolphin-master-5.0-11452-x64.7z",
"hash": "1734b6690d43270e02e110b5b1e9d2ab9660dbebbca8b01673edbebec3dcfce9",
"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"
}
}
}