homebrew-cask/Casks/tankix.rb

20 lines
637 B
Ruby

cask 'tankix' do
version '6729'
sha256 '7f147946658655acf44b91d6d2d8a78a1886cb1b2c8e708f29517985993df787'
url "http://static.tankix.com/app/StandaloneOSXIntel64/master-#{version}/TankiX.dmg"
name 'Tanki X'
homepage 'https://www.tankix.com/'
auto_updates true
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',
]
end