retrobatch: add zap

This commit is contained in:
Justin Krehel
2023-12-02 12:32:19 -05:00
parent 024bf82fef
commit 703dabef55
+8
View File
@@ -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