homebrew-cask/Casks/tankix.rb

20 lines
633 B
Ruby

cask 'tankix' do
version '11091'
sha256 '87f3f5af5ab1c6ac5e08c76b96a292d9cc9f12ae6a0be4e7d1160397f7cb981d'
url "https://static.tankix.com/app/StandaloneOSXIntel64/master-#{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