generated from Ash258/GenericBucket
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathAliWangWang.json
28 lines (28 loc) · 1.02 KB
/
AliWangWang.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
{
"version": "9.12.05",
"description": "阿里旺旺是将原先的淘宝旺旺与阿里巴巴贸易通整合在一起的一个新品牌。它是淘宝和阿里巴巴为商人量身定做的免费网上商务沟通软件",
"homepage": "https://wangwang.taobao.com",
"url": "https://list.nb.gl/OD_scoop/apt-cdn/AliWangWang/9.12.05/AliWangWang.7z",
"hash": "b25ed73d339e2423baf0b3046f32baef5141982684659a8bd78044df1c17a7f7",
"persist" : "profiles",
"pre_install":[
"$file = 'profiles'",
"if (!(Test-Path \"$persist_dir\\$file\")) {",
" Write-Host 'File' $file 'does not exists. Creating.' -f Yellow",
" New-Item -Path $dir\\$file -ItemType Directory",
"}"
],
"uninstaller": {
"script": "Remove-Item \"$env:APPDATA\\AliWangWang\" -Force -Recurse"
},
"shortcuts": [
[
"AliIM.exe",
"阿里旺旺"
]
],
"checkver":{
"url": "http://www.carrotchou.blog/4036.html",
"regex": "v([\\d.]+)"
}
}