Skip to content

Commit

Permalink
dingtalk: Fix installation, shortcuts (#801)
Browse files Browse the repository at this point in the history
DoveBoy authored Jan 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent a71012e commit 2dfeb8e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions bucket/dingtalk.json
Original file line number Diff line number Diff line change
@@ -8,10 +8,13 @@
},
"url": "https://dtapp-pub.dingtalk.com/dingtalk-desktop/win_installer/Release/DingTalk_v7.5.0.13039104.exe#/dl.7z",
"hash": "md5:aecb098187a2ff82b28dc38ee7ba2ef0",
"post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\" -Recurse",
"pre_install": [
"Move-Item -Path \"$dir\\build\\dist\\*\" -Destination \"$dir\" -Force",
"Remove-Item \"$dir\\build\", \"$dir\\setup.xml\", \"$dir\\uninst*\" -Force -Recurse"
],
"shortcuts": [
[
"DingtalkLauncher.exe",
"Dingtalk.exe",
"DingTalk"
]
],

0 comments on commit 2dfeb8e

Please sign in to comment.