You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
cask 'battle-net-cn' do
|
|
|
|
version :latest
|
|
|
|
sha256 :no_check
|
|
|
|
|
|
|
|
# blizzard.com is the official download host per the vendor homepage
|
|
|
|
url 'http://www.battlenet.com.cn/download/getInstaller?os=mac&installer=Battle.net-Setup-zhCN.zip'
|
|
|
|
name 'Battle.net'
|
|
|
|
homepage 'http://www.battlenet.com.cn/zh/'
|
|
|
|
license :commercial
|
|
|
|
tags :vendor => 'Blizzard'
|
|
|
|
|
|
|
|
installer :manual => 'Battle.net-Setup-zhCN.app'
|
|
|
|
|
|
|
|
uninstall :delete => '/Applications/Battle.net.app'
|
|
|
|
|
|
|
|
zap :delete => [
|
|
|
|
'~/Library/Preferences/net.battle.net.app.plist',
|
|
|
|
'~/Library/Preferences/net.battle.Authenticator.prefs',
|
|
|
|
'~/Library/Preferences/net.battle.Identity.prefs',
|
|
|
|
'~/Library/Preferences/net.battnet.battle.plist',
|
|
|
|
'/Users/Shared/Battle.net'
|
|
|
|
]
|
|
|
|
|
|
|
|
caveats 'If you pick an installation directory other than /Applications when installing this cask, you will need to uninstall it manually'
|
|
|
|
end
|