homebrew-cask/Casks/tankix.rb

20 lines
633 B
Ruby

cask 'tankix' do
version 'visual2-29187'
sha256 'a2ad9c081af4747ddaa114a65b340514f26cd02fc3677091da02eca70f87e17a'
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