added zap stanza for Deckset 2.0.13,2551 (#73555)

This commit is contained in:
Guy B. deBros 2019-12-02 19:20:52 -05:00 committed by Vítor Galvão
parent d521c8230c
commit 4a6a52735b
1 changed files with 8 additions and 0 deletions

View File

@ -10,4 +10,12 @@ cask 'deckset' do
depends_on macos: '>= :sierra'
app 'Deckset.app'
zap trash: [
'~/Library/Application Support/Deckset',
'~/Library/Application Support/com.unsignedinteger.Deckset-Paddle',
'~/Library/Preferences/com.unsignedinteger.Deckset-Paddle.plist',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.unsignedinteger.deckset-paddle.sfl*',
'~/Library/Caches/com.unsignedinteger.Deckset-Paddle',
]
end