forked from hermanjustnu/scoop-emulators
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcitra-nightly.json
23 lines (23 loc) · 928 Bytes
/
citra-nightly.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"homepage": "https://citra-emu.org/",
"version": "1160",
"license": "GPL-2.0",
"url": "https://github.com/citra-emu/citra-nightly/releases/download/nightly-1160/citra-windows-mingw-20181219-83e3e30.7z",
"hash": "0f5d5e6c5ee49318f4ab12e54b6953505dca977c59c2dc05ac437ce5bdbdd71e",
"extract_dir": "nightly-mingw",
"shortcuts": [
[
"citra-qt.exe",
"Citra (Nightly)"
]
],
"bin": "citra.exe",
"checkver": {
"url": "https://github.com/citra-emu/citra-nightly/releases",
"re": "/citra-emu/citra-nightly/releases/download/nightly-([\\d]+)/citra-windows-(?<env>[\\w]+)-(?<commit>[\\d]{8}-[\\da-f]{7})\\.(?<zip>7z|zip)"
},
"autoupdate": {
"url": "https://github.com/citra-emu/citra-nightly/releases/download/nightly-$version/citra-windows-$matchEnv-$matchCommit.$matchZip",
"extract_dir": "nightly-$matchEnv"
}
}