Add zap to vnc-viewer.rb (#24045)

This commit is contained in:
Timmy Chang 2016-08-25 21:32:58 +08:00 committed by Michael Ford
parent a826d74a5e
commit 497f6bbbad
1 changed files with 5 additions and 0 deletions

View File

@ -8,4 +8,9 @@ cask 'vnc-viewer' do
license :freemium
app 'VNC Viewer.app'
zap delete: [
'~/Library/Preferences/com.realvnc.vncviewer.plist',
'~/Library/Saved Application State/com.realvnc.vncviewer.savedState',
]
end