Add missing zap stanza for Spectacle

This commit is contained in:
Alberto Núñez 2015-05-01 12:58:34 +02:00 committed by Alberto Núñez Acosta
parent ddab2da08b
commit 15d36d0f5c
1 changed files with 5 additions and 1 deletions

View File

@ -18,5 +18,9 @@ cask :v1 => 'spectacle' do
app 'Spectacle.app'
zap :delete => '~/Library/Preferences/com.divisiblebyzero.Spectacle.plist'
zap :delete => [
'~/Library/Caches/com.divisiblebyzero.Spectacle',
'~/Library/Caches/com.plausiblelabs.crashreporter.data/com.divisiblebyzero.Spectacle',
'~/Library/Preferences/com.divisiblebyzero.Spectacle.plist',
]
end