Update macintoshjs (#86758)

Add `zap` stanza.
This commit is contained in:
Dario Vladović 2020-07-29 20:24:35 +02:00 committed by GitHub
parent ea6330a009
commit e73c8c65c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -8,4 +8,10 @@ cask "macintoshjs" do
homepage "https://github.com/felixrieseberg/macintosh.js"
app "macintosh.js.app"
zap trash: [
"~/Library/Application Support/macintosh.js",
"~/Library/Preferences/com.felixrieseberg.macintoshjs.plist",
"~/Library/Saved Application State/com.felixrieseberg.macintoshjs.savedState",
]
end