homebrew-cask/Casks/tankix.rb

20 lines
637 B
Ruby

cask 'tankix' do
version '571'
sha256 'b4e07174d8b5dbb65ed521188e63317835e66529b7e7a3198e4e65099d846bcb'
url "http://static.tankix.com/app/StandaloneOSXIntel64/prod_#{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