dynamic-dark-mode: use deprecate! instead of discontinued

This commit is contained in:
Rylan Polster
2023-12-17 17:45:52 -05:00
parent 41d7f1e473
commit e5a292ef8c
+2 -4
View File
@@ -7,14 +7,12 @@ cask "dynamic-dark-mode" do
desc "Automatic Dark Mode toggle"
homepage "https://github.com/ApolloZhu/Dynamic-Dark-Mode"
deprecate! date: "2023-12-17", because: :discontinued
auto_updates true
depends_on macos: ">= :mojave"
app "Dynamic Dark Mode.app"
zap trash: "~/Library/Application Scripts/io.github.apollozhu.Dynamic.Launcher"
caveats do
discontinued
end
end