Skip to content

Commit 0c6d35e

Browse files
committed
wechatdevtools: fix installer
1 parent 5e348ec commit 0c6d35e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

bucket/wechatdevtools.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
2-
"homepage": "https://developers.weixin.qq.com/miniprogram/dev/devtools/devtools.html",
3-
"description": "The official devtool to develop and debug WeChat Mini Programs",
42
"version": "2.01.2510260",
3+
"homepage": "https://developers.weixin.qq.com/miniprogram/dev/devtools/devtools.html",
54
"license": "Freeware",
5+
"description": "微信小程序官方开发工具",
6+
"notes": "We don't persist your WeChat DevTool data, they are still storaged in '%APPDATA%\\微信开发者工具'.",
67
"architecture": {
78
"64bit": {
89
"url": "https://servicewechat.com/wxa-dev-logic/download_redirect?type=x64&from=mpwiki&download_version=2012510260&version_type=1#/installer.exe",
@@ -16,7 +17,7 @@
1617
"installer": {
1718
"script": [
1819
"Expand-7zipArchive \"$dir\\installer.exe\" \"$dir\\app\" -Removal",
19-
"@('$PLUGINSDIR', '卸载微信开发者工具.exe.nsis') | ForEach-Object {",
20+
"@('$PLUGINSDIR') | ForEach-Object {",
2021
" Remove-Item \"$dir\\app\\$_\" -Recurse -Force",
2122
"}"
2223
]
@@ -40,6 +41,5 @@
4041
"url": "https://servicewechat.com/wxa-dev-logic/download_redirect?type=ia32&from=mpwiki&download_version=$majorVersion$minorVersion$patchVersion$buildVersion&version_type=1#/installer.exe"
4142
}
4243
}
43-
},
44-
"notes": "We don't persist your WeChat DevTool data, they are still storaged in '%APPDATA%\\微信开发者工具'."
44+
}
4545
}

0 commit comments

Comments
 (0)