diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-09-14 21:16:09 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-09-14 21:16:09 +0200 |
| commit | 25b6e8a3e2281495a75f1e089f342ae82cd9db7c (patch) | |
| tree | 1ec31e7c13205256158570f0e1fe52239bbc1849 /Casks | |
| parent | 63c598dc59caff95ed0afa8a46613ee8ad02bf55 (diff) | |
Add the livecheck
Diffstat (limited to 'Casks')
| -rw-r--r-- | Casks/captura.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Casks/captura.rb b/Casks/captura.rb index fa03fd2..7538fa9 100644 --- a/Casks/captura.rb +++ b/Casks/captura.rb @@ -7,10 +7,12 @@ cask "captura" do desc "Record your screen and share, backend optional." homepage "https://captura.tranquil.systems" - app "Captura.app" + livecheck "https://captura.tranquil.systems/appcast.xml" auto_updates true + app "Captura.app" + zap trash: [ "~/Library/Application Scripts/pizza.unlimited.Captura", "~/Library/Containers/pizza.unlimited.Captura", |