-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsilk-cli.json
26 lines (26 loc) · 995 Bytes
/
silk-cli.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
{
"version": "1.0.0",
"description": "Tencent SILK codec",
"homepage": "https://github.com/idanran/silk-cli",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://mirror.ghproxy.com/https://github.com/idanran/silk-cli/releases/download/v1.0.0/silk-cli-win-x64-v1.0.0.zip"
},
"arm64": {
"url": "https://mirror.ghproxy.com/https://github.com/idanran/silk-cli/releases/download/v1.0.0/silk-cli-win-arm64-v1.0.0.zip"
}
},
"bin": "silk-cli.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://mirror.ghproxy.com/https://github.com/idanran/silk-cli/releases/download/v$version/silk-cli-win-x64-v$version.zip"
},
"arm64": {
"url": "https://mirror.ghproxy.com/https://github.com/idanran/silk-cli/releases/download/v$version/silk-cli-win-arm64-v$version.zip"
}
}
}
}