diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-09-14 21:06:54 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-09-14 21:06:54 +0200 |
| commit | 63c598dc59caff95ed0afa8a46613ee8ad02bf55 (patch) | |
| tree | f9c5f9929a47e4512522971abb0c694ad7f773be /Casks | |
| parent | 6dfffa24a61e4410d692968bae5a6bb4ce58fe9b (diff) | |
Add zap and auto updates
Diffstat (limited to 'Casks')
| -rw-r--r-- | Casks/captura.rb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Casks/captura.rb b/Casks/captura.rb index 15dd453..fa03fd2 100644 --- a/Casks/captura.rb +++ b/Casks/captura.rb @@ -8,4 +8,12 @@ cask "captura" do homepage "https://captura.tranquil.systems" app "Captura.app" + + auto_updates true + + zap trash: [ + "~/Library/Application Scripts/pizza.unlimited.Captura", + "~/Library/Containers/pizza.unlimited.Captura", + "~/Library/Caches/pizza.unlimited.Captura" + ] end |