Update telegram-a.rb

This commit is contained in:
Miccal Matthews 2023-09-29 21:30:49 +08:00 committed by GitHub
parent ba4cfe840e
commit 5ed14079f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 6 deletions

View File

@ -11,11 +11,6 @@ cask "telegram-a" do
desc "Web client for Telegram messenger"
homepage "https://web.telegram.org/a/get"
livecheck do
url :url
strategy :github_latest
end
auto_updates false
depends_on macos: ">= :sierra"
@ -24,6 +19,6 @@ cask "telegram-a" do
zap trash: [
"~/Library/Application Support/Telegram A",
"~/Library/Preferences/org.telegram.TelegramA.plist",
"~/Library//Saved Application State/org.telegram.TelegramA.savedState",
"~/Library/Saved Application State/org.telegram.TelegramA.savedState",
]
end