homebrew-cask/Casks/tankix.rb

20 lines
636 B
Ruby
Raw Normal View History

2017-02-15 01:48:10 +08:00
cask 'tankix' do
2017-03-23 04:59:18 +08:00
version '569'
sha256 '8368cb1920b063b2848627a31f6c6e32434d99b6f8df9e03497d03e31826e83c'
2017-02-15 01:48:10 +08:00
2017-02-24 07:01:35 +08:00
url "http://static.tankix.com/app/StandaloneOSXIntel64/prod_#{version}/TankiX.dmg"
2017-02-15 01:48:10 +08:00
name 'Tanki X'
homepage 'http://www.tankix.com/'
2017-03-18 07:29:57 +08:00
auto_updates true
2017-02-15 01:48:10 +08:00
app 'tankix.app'
zap delete: [
'/Library/Logs/DiagnosticReports/tankix*',
'~/Library/Application\ Support/CrashReporter/tankix*',
'~/Library/Preferences/unity.AlternativaPlatform.TankiX.plist',
'~/Library/Saved\ Application\ State/unity.AlternativaPlatform.TankiX.savedState',
]
2017-02-15 01:48:10 +08:00
end