glance: use `deprecate!` instead of `discontinued`

This commit is contained in:
Rylan Polster 2023-12-17 17:45:54 -05:00
parent 61ada16728
commit 334056e443
No known key found for this signature in database
GPG Key ID: 46A744940CFF4D64
1 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,8 @@ cask "glance" do
desc "Utility to provide quick look previews for files that aren't natively supported"
homepage "https://github.com/samuelmeuli/glance"
deprecate! date: "2023-12-17", because: :discontinued
depends_on macos: ">= :catalina"
app "Glance.app"
@ -20,7 +22,6 @@ cask "glance" do
]
caveats do
discontinued
<<~EOS
You must start #{appdir}/Glance.app once manually to setup the QuickLook plugin.
EOS