Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Klaus Hipp <[email protected]>
  • Loading branch information
AkshayKalose and khipp authored Jul 22, 2024
1 parent a7a4475 commit 436fb19
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Casks/k/kando.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,15 @@

url "https://github.com/kando-menu/kando/releases/download/v#{version}/Kando-#{version}-#{arch}.dmg"
name "Kando"
desc "Cross-Platform Pie Menu"
desc "Pie Menu"
homepage "https://github.com/kando-menu/kando"

livecheck do
url :url
strategy :github_latest
end

depends_on macos: ">= :catalina"

app "Kando.app"

zap trash: [
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.electron.kando.sfl*",
"~/Library/Application Support/Kando",
"~/Library/Preferences/com.electron.kando.plist",
]
Expand Down

0 comments on commit 436fb19

Please sign in to comment.