Fix Acorn uninstall (#92123)

* Fix Acorn uninstall

* Update acorn.rb

Co-authored-by: Miccal Matthews <miccal.matthews@gmail.com>
This commit is contained in:
Daniel Bayley 2020-11-06 23:29:46 +00:00 committed by GitHub
parent 892aaa6dcd
commit c830b455ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -11,4 +11,11 @@ cask "acorn" do
auto_updates true
app "Acorn.app"
zap trash: [
"~/Library/Application Support/Acorn",
"~/Library/Caches/com.flyingmeat.Acorn#{version.major}",
"~/Library/Preferences/com.flyingmeat.Acorn#{version.major}.plist",
"~/Library/Saved Application State/com.flyingmeat.Acorn#{version.major}.savedState",
]
end