forked from chawyehsu/dorado
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnetch.json
35 lines (35 loc) · 1.07 KB
/
netch.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
33
34
35
{
"homepage": "https://github.com/NetchX/Netch",
"description": "Game accelerator. Support Socks5, Shadowsocks, ShadowsocksR, V2Ray protocol. UDP NAT FullCone",
"license": "MIT",
"version": "1.4.12",
"architecture": {
"64bit": {
"url": "https://github.com/NetchX/Netch/releases/download/1.4.12/Netch.zip",
"hash": "26122511393a42bc903c451b4ebaa3bb083aee631640ef39360d7355c8d8d511"
}
},
"persist": "data",
"shortcuts": [
[
"Netch.exe",
"Netch"
]
],
"suggest": {
"Visual C++ Redistributable": "extras/vcredist2019"
},
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/NetchX/Netch/releases/download/$version/Netch.zip",
"hash": {
"url": "https://github.com/NetchX/Netch/releases/tag/$version",
"mode": "extract",
"regex": "(?sm)Netch.zip.*?$sha256</td>"
}
}
}
}
}