Update jaxx and exodus with zap info (#42030)

* Add zap config for Exodus

* Add zap config for Jaxx
This commit is contained in:
Simone Carletti 2017-12-16 23:28:27 +01:00 committed by commitay
parent a1e4286bf9
commit d1c469780e
2 changed files with 12 additions and 0 deletions

View File

@ -10,4 +10,11 @@ cask 'exodus' do
homepage 'https://www.exodus.io/'
app 'Exodus.app'
zap trash: [
'~/Library/Application Support/Exodus',
'~/Library/Preferences/com.electron.exodus.helper.plist',
'~/Library/Preferences/com.electron.exodus.plist',
'~/Library/Saved Application State/com.electron.exodus.savedState',
]
end

View File

@ -10,4 +10,9 @@ cask 'jaxx' do
homepage 'https://jaxx.io/'
app 'Jaxx.app'
zap trash: [
'~/Library/Application Support/jaxx',
'~/Library/Logs/jaxx',
]
end