Update radiant-player 1.11.4 - uninstall / zap (#37446)

This commit is contained in:
commitay 2017-08-08 21:58:44 +10:00 committed by GitHub
parent 6b1bfe3492
commit 2d6283a1c4
1 changed files with 13 additions and 1 deletions

View File

@ -5,9 +5,21 @@ cask 'radiant-player' do
# github.com/radiant-player/radiant-player-mac was verified as official when first introduced to the cask
url "https://github.com/radiant-player/radiant-player-mac/releases/download/v#{version}/radiant-player-v#{version}.zip"
appcast 'https://github.com/radiant-player/radiant-player-mac/releases.atom',
checkpoint: 'bcca0da37fe819e29830731a7a020df199a6d49fb11c3e1c7c8135dd6a7b0707'
checkpoint: 'f57a6409f37f830b42ceb4f0d8cedaab6a6f8a444aa26b2cdf6b49eadeb5b010'
name 'Radiant Player'
homepage 'https://radiant-player.github.io/radiant-player-mac/'
app 'Radiant Player.app'
uninstall quit: 'com.sajidanwar.Radiant-Player'
zap delete: [
'~/Library/Caches/com.sajidanwar.Radiant-Player',
'~/Library/Cookies/com.sajidanwar.Radiant-Player.binarycookies',
'~/Library/Saved Application State/com.sajidanwar.Radiant-Player.savedState',
],
trash: [
'~/Library/Application Support/Radiant Player',
'~/Library/Preferences/com.sajidanwar.Radiant-Player.plist',
]
end