scoop-games/bucket/dolphin-dev.json

30 lines
966 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-11394",
"url": "https://dl.dolphin-emu.org/builds/dolphin-master-5.0-11394-x64.7z",
"hash": "2b95d7a9f3aa9a000acac019f8667150a35caafd38c8131d0cba5d819d733300",
"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"
}
}
}