Update zap stanza in media-center (#37856)

* Update zap stanza in media-center

* Update media-center
This commit is contained in:
nrlquaker 2017-08-21 17:19:06 +03:00 committed by Markus Reiter
parent 6406fb2dcb
commit 3b3630ffbb
1 changed files with 9 additions and 4 deletions

View File

@ -8,8 +8,13 @@ cask 'media-center' do
app "Media Center #{version.major}.app"
zap trash: [
'~/Library/Application Support/J River/',
'~/Documents/JRiver/',
]
zap delete: [
"~/Library/Caches/com.jriver.MediaCenter#{version.major}",
"~/Library/Saved Application State/com.jriver.MediaCenter#{version.major}.savedState",
],
trash: [
'~/Library/Application Support/J River/',
'~/Documents/JRiver/',
"~/Library/Preferences/com.jriver.MediaCenter#{version.major}.plist",
]
end