Update notes-better.rb

This commit is contained in:
Miccal Matthews
2023-12-06 06:29:08 +08:00
committed by GitHub
parent 96fda61bfe
commit fb2e635096
+2 -7
View File
@@ -8,18 +8,13 @@ cask "notes-better" do
desc "Simple note-taking app for markdown and kanban"
homepage "https://get-notes.com/"
livecheck do
url :url
strategy :github_latest
end
depends_on macos: ">= :catalina"
app "Notes Better.app"
zap trash: [
"~/Library/Saved Application State/io.github.nuttyartist.notes.savedState",
"~/Library/Preferences/io.github.nuttyartist.notes.plist",
"~/Library/Caches/Notes",
"~/Library/Preferences/io.github.nuttyartist.notes.plist",
"~/Library/Saved Application State/io.github.nuttyartist.notes.savedState",
]
end