File tree 1 file changed +13
-5
lines changed
1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change 2
2
"homepage" : " https://c.139.com/" ,
3
3
"description" : " The official client for China Mobile 139 Cloud and 139 Email" ,
4
4
"license" : " Unknown" ,
5
- "version" : " nightly " ,
6
- "url" : " https://img.zone139. com/m2012/controlupdate/current/ mCloud_Setup-002 .exe#/mcloud-setup .7z" ,
5
+ "version" : " 8.1.2 " ,
6
+ "url" : " https://yun.mcloud.139. com/mCloudPc/v812/ mCloud_Setup-001 .exe#/dl .7z" ,
7
7
"installer" : {
8
8
"script" : [
9
9
" Remove-Item -Force -Recurse \" $dir\\ *\" -Exclude \" app.7z\" " ,
13
13
},
14
14
"shortcuts" : [
15
15
[
16
- " 139Mail .exe" ,
17
- " 和彩云 "
16
+ " mCloud .exe" ,
17
+ " 中国移动云盘 "
18
18
]
19
- ]
19
+ ],
20
+ "checkver" : {
21
+ "script" : " (Invoke-WebRequest -UseBasicParsing -Uri 'https://yun.139.com/platformInfo/advertapi/adv-filter/adv-filter/AdInfoFilter/getAdInfos' -Method Post -ContentType 'application/json' -Body '{\" adpostid\" : 2016}').Content" ,
22
+ "jsonpath" : " $.body[?(@.name == 'Windows')].description" ,
23
+ "regex" : " V([\\ d.]+)"
24
+ },
25
+ "autoupdate" : {
26
+ "url" : " https://yun.mcloud.139.com/mCloudPc/v$cleanVersion/mCloud_Setup-001.exe#/dl.7z"
27
+ }
20
28
}
You can’t perform that action at this time.
0 commit comments