Jaikoz: add to uninstall for better cleanup

This commit is contained in:
Jeff Byrnes
2023-10-11 16:26:50 -04:00
parent d98babf143
commit 17ce10b516
+6 -1
View File
@@ -16,5 +16,10 @@ cask "jaikoz" do
app "Jaikoz.app"
zap trash: "~/Library/Saved Application State/com.jthink.jaikoz.savedState"
zap trash: [
"~/Library/Logs/Jaikoz",
"~/Library/Preferences/Jaikoz",
"~/Library/Reports/Jaikoz",
"~/Library/Saved Application State/com.jthink.jaikoz.savedState",
]
end