Delete duelystlauncher.rb (#30029)

This commit is contained in:
Vítor Galvão 2017-02-12 01:24:35 +00:00 committed by Miccal Matthews
parent 266aee2c7a
commit b47b5add95
1 changed files with 0 additions and 20 deletions

View File

@ -1,20 +0,0 @@
cask 'duelystlauncher' do
version '0.0.9'
sha256 '76ae51672348abb779e852a831f0b1bedb289d097ebf3d6e8aea337fc65b4619'
# downloads-counterplaygames.netdna-ssl.com was verified as official when first introduced to the cask
url "https://downloads-counterplaygames.netdna-ssl.com/launcher/v#{version}/DuelystLauncher-v#{version}.dmg"
name 'Duelyst'
homepage 'https://updates.counterplay.co/launcher'
app 'DuelystLauncher.app'
uninstall delete: '~/.counterplay'
zap delete: [
'~/Library/Application Support/Duelyst',
'~/Library/Application Support/DuelystLauncher',
'~/Library/Preferences/com.electron.duelyst.plist',
'~/Library/Preferences/com.electron.duelystlauncher.plist',
]
end