From 560da370dfa605df93872b32b5c9e9ed66d5f3b0 Mon Sep 17 00:00:00 2001 From: wickles Date: Sun, 30 Jun 2024 11:18:39 -0700 Subject: [PATCH] couchpotato: add rosetta caveat --- Casks/c/couchpotato.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Casks/c/couchpotato.rb b/Casks/c/couchpotato.rb index c5fdfe937245..ae5fa7114806 100644 --- a/Casks/c/couchpotato.rb +++ b/Casks/c/couchpotato.rb @@ -13,4 +13,8 @@ app "CouchPotato.app" zap trash: "~/Library/Application Support/CouchPotato" + + caveats do + requires_rosetta + end end