From 929e5a4d5646dcfce9faa308261b6ff16e596447 Mon Sep 17 00:00:00 2001 From: Qi Zhang <25192197+singularitti@users.noreply.github.com> Date: Mon, 26 Feb 2024 20:45:45 -0500 Subject: [PATCH] Update `zap` stanza in shortcat.rb --- Casks/s/shortcat.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Casks/s/shortcat.rb b/Casks/s/shortcat.rb index ce1128c490..9f66d0a0aa 100644 --- a/Casks/s/shortcat.rb +++ b/Casks/s/shortcat.rb @@ -19,7 +19,11 @@ cask "shortcat" do zap trash: [ "~/Library/Application Support/Shortcat", + "~/Library/Caches/com.sproutcube.Shortcat", + "~/Library/Caches/SentryCrash/Shortcat", "~/Library/Cookies/com.sproutcube.Shortcat.binarycookies", + "~/Library/HTTPStorages/com.sproutcube.Shortcat", "~/Library/Preferences/com.sproutcube.Shortcat.plist", + "~/Library/WebKit/com.sproutcube.Shortcat", ] end