Update remote-play.rb to add zap command

Some user data need to be deleted if trying to zap this cask.
This commit is contained in:
RJ Hsiao 2016-04-07 23:20:57 +08:00 committed by Aditya Dalal
parent 5888761399
commit 8c2d1234ee
1 changed files with 7 additions and 0 deletions

View File

@ -12,4 +12,11 @@ cask 'remote-play' do
pkg 'RemotePlayInstaller.pkg'
uninstall pkgutil: 'com.playstation.RemotePlay.pkg'
zap delete: [
'~/Library/Application Support/Sony Corporation/PS4 Remote Play',
'~/Library/Caches/com.playstation.RemotePlay',
'~/Library/Cookies/com.playstation.RemotePlay.binarycookies',
'~/Library/Preferences/com.playstation.RemotePlay.plist',
]
end