zsa-wally: mark discontinued

This commit is contained in:
Justin Krehel
2023-11-07 21:51:21 -05:00
parent f9bb4d5536
commit 4549879a97
+10 -5
View File
@@ -8,15 +8,20 @@ cask "zsa-wally" do
desc "Flash tool for ZSA keyboards"
homepage "https://ergodox-ez.com/pages/wally"
livecheck do
url "https://configure.ergodox-ez.com/wally/osx"
strategy :header_match
end
app "Wally.app"
zap trash: [
"~/Library/Preferences/com.zsa.wally.plist",
"~/Library/Saved Application State/com.zsa.wally.savedState",
]
caveats do
discontinued
<<~EOS
Keymapp is the official successor to this software:
brew install --cask keymapp
EOS
end
end