Update tankix to include 'zap delete' stanza (#30840)

* Update tankix to include 'zap delete'

* Fixed style issues with brew cask style --fix

* Correct minor typo in pre_bug_report.md

* Update pre_bug_report.md
This commit is contained in:
giannitm 2017-03-12 18:50:20 +00:00 committed by Miccal Matthews
parent bc9726baf0
commit ee7bcfb503
1 changed files with 7 additions and 0 deletions

View File

@ -7,4 +7,11 @@ cask 'tankix' do
homepage 'http://www.tankix.com/'
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