4peaks: add zap

This commit is contained in:
Justin Krehel
2023-11-07 15:04:22 -05:00
parent 5105b9c1c0
commit 4d912d3e9c
+9
View File
@@ -13,4 +13,13 @@ cask "4peaks" do
end
app "4Peaks.app"
zap trash: [
"~/Library/Application Support/4Peaks",
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.mekentosj.4peaks.*",
"~/Library/Caches/com.apple.helpd/Generated/4Peaks Help*",
"~/Library/HTTPStorages/com.mekentosj.4peaks",
"~/Library/Preferences/com.mekentosj.4peaks.plist",
"~/Library/Saved Application State/com.mekentosj.4peaks.savedState",
]
end