mattermost: fix (remove) erraneously enabled auto_updates toggle

With #144493 (updated and enabled by #144502) the `auto_updates` toggle was
introduced to the Mattermost Cask, however, Mattermost does not offer automatic
updates for the desktop application for macOS for the stand-alone app bundle per
their official documentation ( https://docs.mattermost.com/collaborate/install-desktop-app.html ).
This commit is contained in:
Nikolas Grottendieck
2023-11-22 23:08:04 +01:00
parent c256ad3460
commit 3d0afaceab
-1
View File
@@ -16,7 +16,6 @@ cask "mattermost" do
strategy :github_latest
end
auto_updates true
depends_on macos: ">= :catalina"
app "Mattermost.app"