forked from chawyehsu/dorado
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeishu.json
30 lines (30 loc) · 1.04 KB
/
feishu.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
{
"homepage": "https://www.feishu.cn/",
"description": "Connect with teammates anytime and anywhere",
"license": {
"identifier": "EULA",
"url": "https://www.feishu.cn/en/terms"
},
"version": "7.10.7",
"url": "https://sf3-cn.feishucdn.com/obj/ee-appcenter/ea59a261/Feishu-win32_ia32-7.10.7-signed.exe#/feishu-7.10.7.7z",
"hash": "md5:bedde0266c823ac40d64596b34211d36",
"extract_to": "app",
"shortcuts": [
[
"app/Feishu.exe",
"Feishu"
]
],
"checkver": {
"url": "https://www.feishu.cn/api/downloads",
"regex": "(?sm)Windows.*?https://(?<path>[\\w.-/].*?)-(?<version>[\\d.]+)(?<suffix>[\\w.-].*?).exe"
},
"autoupdate": {
"url": "https://$matchPath-$version$matchSuffix.exe#/feishu-$version.7z",
"hash": {
"url": "https://www.feishu.cn/api/downloads",
"jsonpath": "$.versions.Windows.hash"
}
},
"notes": "Runtime data are stored in '%APPDATA%\\LarkShell', and are not persisted by Scoop."
}