lotus: add rosetta caveat (#144503)

This commit is contained in:
Miccal Matthews 2023-04-05 01:55:58 +08:00 committed by GitHub
parent 54df254ef0
commit 18d12e9ee7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -3,7 +3,7 @@ cask "lotus" do
sha256 :no_check
url "https://app-updates.vadimdemedes.com/lotus/download/osx",
verified: "app-updates.vadimdemedes.com/lotus/download/osx"
verified: "app-updates.vadimdemedes.com/lotus/download/"
name "Lotus"
desc "Keep up with GitHub notifications"
homepage "https://getlotus.app/"
@ -25,4 +25,8 @@ cask "lotus" do
"~/Library/Preferences/com.vadimdemedes.Lotus.plist",
"~/Library/Saved Application State/com.vadimdemedes.Lotus.savedState",
]
caveats do
requires_rosetta
end
end