Add zap to postman.rb (#24035)

This commit is contained in:
Timmy Chang 2016-08-25 16:15:52 +08:00 committed by Markus Reiter
parent 9c240e3f7a
commit b3d55775b9
1 changed files with 9 additions and 0 deletions

View File

@ -11,4 +11,13 @@ cask 'postman' do
license :closed
app 'Postman.app'
zap delete: [
'~/Library/Application Support/Postman',
'~/Library/Application Support/com.postmanlabs.mac.ShipIt',
'~/Library/Caches/Postman',
'~/Library/Caches/com.postmanlabs.mac',
'~/Library/Preferences/com.postmanlabs.mac.plist',
'~/Library/Saved Application State/com.postmanlabs.mac.savedState',
]
end