diff --git a/Casks/macintoshjs.rb b/Casks/macintoshjs.rb index c0dc8b696c..9e0aa27a7d 100644 --- a/Casks/macintoshjs.rb +++ b/Casks/macintoshjs.rb @@ -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