From fb2e6350966da8e48d447100b12711ec88a871c9 Mon Sep 17 00:00:00 2001 From: Miccal Matthews Date: Wed, 6 Dec 2023 06:29:08 +0800 Subject: [PATCH] Update notes-better.rb --- Casks/n/notes-better.rb | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Casks/n/notes-better.rb b/Casks/n/notes-better.rb index eb02538c04..61acdeac4d 100644 --- a/Casks/n/notes-better.rb +++ b/Casks/n/notes-better.rb @@ -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