homebrew-cask/Casks/tankix.rb

20 lines
632 B
Ruby

cask 'tankix' do
version 'hydra3-27226'
sha256 '06781806612c9c565846c4a65126603912e576e624eb2fdc5ceff5434ce8ffd4'
url "http://static.tankix.com/app/StandaloneOSXIntel64/#{version}/TankiX.dmg"
name 'Tanki X'
homepage 'https://www.tankix.com/'
auto_updates true
app 'tankix.app'
zap trash: [
'/Library/Logs/DiagnosticReports/tankix*',
'~/Library/Application Support/CrashReporter/tankix*',
'~/Library/Preferences/unity.AlternativaPlatform.TankiX.plist',
'~/Library/Saved Application State/unity.AlternativaPlatform.TankiX.savedState',
]
end