Update zap delete in DropDMG.app (#32175)

This commit is contained in:
Artem Medvedev 2017-04-11 03:41:25 +03:00 committed by Miccal Matthews
parent 7ca019e54c
commit 376a5c697a
1 changed files with 4 additions and 1 deletions

View File

@ -9,8 +9,11 @@ cask 'dropdmg' do
app 'DropDMG.app'
zap delete: [
'~/Library/Application Support/DropDMG',
'~/Library/Caches/com.c-command.DropDMG',
'~/Library/Automator/DropDMG.action',
'~/Library/Automator/Expand Disk Image.action',
'~Library/Preferences/com.c-command.DropDMG.plist',
'~/Library/Caches/com.c-command.DropDMG',
'~/Library/Preferences/com.c-command.DropDMG.plist',
]
end