From e73c8c65c051998b603370b287fdf2039fe8e949 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dario=20Vladovi=C4=87?= Date: Wed, 29 Jul 2020 20:24:35 +0200 Subject: [PATCH] Update macintoshjs (#86758) Add `zap` stanza. --- Casks/macintoshjs.rb | 6 ++++++ 1 file changed, 6 insertions(+) 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