Update kubecontext.rb

This commit is contained in:
Miccal Matthews
2023-11-14 10:27:45 +08:00
committed by GitHub
parent 718ec50394
commit cb8a5f0ed9
+3 -1
View File
@@ -7,11 +7,13 @@ cask "kubecontext" do
desc "Menu bar app for managing Kubernetes contexts"
homepage "https://github.com/turkenh/KubeContext"
depends_on macos: ">= :big_sur"
app "KubeContext.app"
zap trash: [
"~/Library/Application Scripts/com.ht.kubecontext",
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.ht.kubecontext.sfl2",
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.ht.kubecontext.sfl*",
"~/Library/Containers/com.ht.kubecontext",
]
end