Skip to content

Commit

Permalink
wechat-np: Fix post_install
Browse files Browse the repository at this point in the history
Signed-off-by: Chawye Hsu <[email protected]>
  • Loading branch information
chawyehsu committed Dec 3, 2024
1 parent 8416f28 commit d21d0e8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions bucket/wechat-np.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,12 @@
"url": "https://weixin.qq.com/cgi-bin/readtemplate?lang=zh_CN&t=weixin_agreement&s=default"
},
"url": "https://dldir1.qq.com/weixin/Windows/WeChatSetup.exe#/dl.7z",
"post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\" -Force -Recurse",
"shortcuts": [
[
"wechat.exe",
"WeChat"
]
],
"post_install": [
"Remove-Item \"$dir\\`$PLUGINSDIR\" -Force -Recurse",
"Remove-Item \"$dir\\`$_15_\" -Force -Recurse",
"Remove-Item \"$dir\\`$R5\" -Force -Recurse"
],
"notes": "We don't persist your WeChat data, they are still storaged in '%APPDATA%\\Tencent\\WeChat'."
"notes": "Your WeChat data will not be persisted and still stored in '%APPDATA%\\Tencent\\WeChat'."
}

0 comments on commit d21d0e8

Please sign in to comment.