forked from hermanjustnu/scoop-emulators
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject64.json
32 lines (32 loc) · 869 Bytes
/
project64.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"homepage": "http://www.pj64-emu.com/",
"version": "2.3.2",
"license": "GPL-2.0",
"url": "http://www.pj64-emu.com/file/setup-project64-v2-3-2-202-g57a221e",
"hash": "fe8397eb045b92c450abed075d98cc90cf3137461e410a65407ae8d2152bdcfd",
"depends": [
"innounp"
],
"innosetup": true,
"shortcuts": [
[
"Project64.exe",
"Project64"
]
],
"persist": [
"Config",
"Logs",
"Save",
"Screenshots",
"Textures",
"ROMs"
],
"checkver": {
"url": "http://www.pj64-emu.com/download/project64-latest",
"re": "(?smi)<h3>Thank you for downloading Project64 v([\\d.]+)</h3>(?<temp>.*)<a href=\"/(?<url>file/setup-project64-v[\\d\\-a-z]+)/\">"
},
"autoupdate": {
"url": "http://www.pj64-emu.com/$matchUrl"
}
}