From 4d986e499985d914b1360a52ecdff442679b2791 Mon Sep 17 00:00:00 2001 From: Sam Ford <1584702+samford@users.noreply.github.com> Date: Thu, 28 Dec 2023 20:25:23 -0500 Subject: [PATCH] ebmac: add zap --- Casks/e/ebmac.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Casks/e/ebmac.rb b/Casks/e/ebmac.rb index 641e103ebe..45e05c5f79 100644 --- a/Casks/e/ebmac.rb +++ b/Casks/e/ebmac.rb @@ -13,4 +13,10 @@ cask "ebmac" do end app "EBMac.app" + + zap trash: [ + "~/Library/Application Support/EBMac", + "~/Library/Preferences/info.ebstudio.EBMac.plist", + "~/Library/Saved Application State/info.ebstudio.EBMac.savedState", + ] end