30 lines
1.0 KiB
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-11991",
|
|
"url": "https://dl.dolphin-emu.org/builds/07/ef/dolphin-master-5.0-11991-x64.7z",
|
|
"hash": "f28fb5f65853284a116a3d2ff7f564922361bf8ee8e2cb1fa305c37a29b8523e",
|
|
"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"
|
|
}
|
|
}
|
|
}
|