2019-11-20 08:59:47 -08:00
|
|
|
{
|
|
|
|
"homepage": "https://dolphin-emu.org/",
|
|
|
|
"description": "A Nintendo GameCube and Wii emulator, with enhancements and Netplay. (development version)",
|
|
|
|
"license": "GPL-2.0-or-later",
|
2019-12-21 16:00:36 -08:00
|
|
|
"version": "5.0-11394",
|
|
|
|
"url": "https://dl.dolphin-emu.org/builds/dolphin-master-5.0-11394-x64.7z",
|
|
|
|
"hash": "2b95d7a9f3aa9a000acac019f8667150a35caafd38c8131d0cba5d819d733300",
|
2019-11-20 08:59:47 -08:00
|
|
|
"extract_dir": "Dolphin-x64",
|
|
|
|
"bin": "Dolphin.exe",
|
|
|
|
"shortcuts": [
|
|
|
|
[
|
|
|
|
"Dolphin.exe",
|
|
|
|
"Dolphin"
|
|
|
|
]
|
|
|
|
],
|
|
|
|
"persist": "User",
|
|
|
|
"post_install": "Set-Content -Value $null -Path \"$dir\\portable.txt\"",
|
|
|
|
"checkver": {
|
2019-11-21 16:00:28 -08:00
|
|
|
"url": "https://dolphin-emu.org/download/",
|
|
|
|
"regex": "5.0-(?<build>[\\d]+)",
|
|
|
|
"replace": "5.0-${build}"
|
2019-11-20 08:59:47 -08:00
|
|
|
},
|
|
|
|
"autoupdate": {
|
|
|
|
"url": "https://dl.dolphin-emu.org/builds/dolphin-master-5.0-$matchBuild-x64.7z",
|
|
|
|
"hash": {
|
|
|
|
"mode": "download"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|