Merge pull request #164412 from toobuntu/itsycal-uninstall

itsycal: add uninstall and update zap
This commit is contained in:
Patrick Linnane
2024-01-13 19:01:25 -08:00
committed by GitHub
+6 -1
View File
@@ -59,5 +59,10 @@ cask "itsycal" do
app "Itsycal.app"
zap trash: "~/Library/Preferences/com.mowglii.ItsycalApp.plist"
uninstall quit: "com.mowglii.ItsycalApp"
zap trash: [
"~/Library/HTTPStorages/com.mowglii.ItsycalApp",
"~/Library/Preferences/com.mowglii.ItsycalApp.plist",
]
end