29 lines
1.0 KiB
JSON
29 lines
1.0 KiB
JSON
{
|
|
"homepage": "https://citra-emu.org/",
|
|
"description": "Emulator for Nintendo 3DS, capable of playing many of your favorite games",
|
|
"license": "MIT",
|
|
"version": "1509-20191128",
|
|
"url": "https://github.com/citra-emu/citra-canary/releases/download/canary-1509/citra-windows-mingw-20191128-70d9894.7z",
|
|
"hash": "41bcba007cd05c52abf3aa851348cc18747a2d549d6c12590af24e868b4c8ddb",
|
|
"extract_dir": "canary-mingw",
|
|
"bin": [
|
|
"citra.exe",
|
|
"citra-qt.exe",
|
|
"citra-room.exe"
|
|
],
|
|
"shortcuts": [
|
|
[
|
|
"citra-qt.exe",
|
|
"Citra"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/citra-emu/citra-canary",
|
|
"regex": "download/canary-(?<build>[\\d]+)/citra-windows-mingw-(?<date>[\\d]+)-(?<random>[a-fA-F\\d]+).7z",
|
|
"replace": "${1}-${2}"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/citra-emu/citra-canary/releases/download/canary-$matchBuild/citra-windows-mingw-$matchDate-$matchRandom.7z"
|
|
}
|
|
}
|