Skip to content

Commit

Permalink
aliworkbench: add zap
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Dec 15, 2023
1 parent 860c04a commit 4ccb541
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Casks/aliworkbench.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "aliworkbench" do
version "9.27.03"
sha256 "61caabd57a079e04fd30d4b40702f48704a503c397759cffc22a5cb7d96b4e34"
version "9.26.03"
sha256 :no_check

url "https://download.alicdn.com/wangwang/AliworkbenchQN_(#{version}QNM).dmg"
name "aliworkbench"
Expand All @@ -16,5 +16,9 @@

app "千牛.app"

zap trash: []
zap trash: [
"~/Library/Caches/com.taobao.Aliworkbench",
"~/Library/Containers/com.taobao.Aliworkbench",
"~/Library/Preferences/com.taobao.Aliworkbench.plist",
]
end

0 comments on commit 4ccb541

Please sign in to comment.