From 703dabef55935b3221fc266e134aca788091b7da Mon Sep 17 00:00:00 2001 From: Justin Krehel <39449589+krehel@users.noreply.github.com> Date: Sat, 2 Dec 2023 12:32:19 -0500 Subject: [PATCH] retrobatch: add zap --- Casks/r/retrobatch.rb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Casks/r/retrobatch.rb b/Casks/r/retrobatch.rb index 77796e5b39..9e8d5bc0ec 100644 --- a/Casks/r/retrobatch.rb +++ b/Casks/r/retrobatch.rb @@ -16,4 +16,12 @@ cask "retrobatch" do depends_on macos: ">= :sierra" app "Retrobatch.app" + + zap trash: [ + "Library/Application Support/Retrobatch", + "Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.flyingmeat.retrobatch.sfl*", + "Library/HTTPStorages/com.flyingmeat.Retrobatch", + "Library/Saved Application State/com.flyingmeat.Retrobatch.savedState", + "Library/Preferences/com.flyingmeat.Retrobatch.plist", + ] end