Skip to content

Commit

Permalink
mcloud: Fix checkver
Browse files Browse the repository at this point in the history
  • Loading branch information
MadDogOwner authored Oct 15, 2024
1 parent 3762c98 commit 1bab0e1
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions bucket/mcloud.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,16 @@
},
"shortcuts": [
[
"139Mail.exe",
"和彩云"
"mCloud.exe",
"中国移动云盘"
]
]
],
"checkver": {
"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",
"jsonpath": "$.body[?(@.name == 'Windows')].description",
"regex": "V([\\d.]+)"
},
"autoupdate": {
"url": "https://yun.mcloud.139.com/mCloudPc/v$cleanVersion/mCloud_Setup-001.exe#/dl.7z"
}
}

0 comments on commit 1bab0e1

Please sign in to comment.