From 845e55fa5cee344bf74a09567040fd02d076f9c2 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Sun, 10 Dec 2023 18:26:52 +0900 Subject: [PATCH] Add caveats --- Casks/c/command-x.rb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Casks/c/command-x.rb b/Casks/c/command-x.rb index aa9aa0cd6b..79dccfc8b9 100644 --- a/Casks/c/command-x.rb +++ b/Casks/c/command-x.rb @@ -24,4 +24,12 @@ cask "command-x" do "~/Library/Application Scripts/com.sindresorhus.Command-X", "~/Library/Containers/com.sindresorhus.Command-X", ] + + caveats <<~EOS + This package is the non-App Store Version and claimed to be updated only once a year. + + Use the App Store version whenever possible: + + https://apps.apple.com/app/id6448461551 + EOS end