From 1919211311d17dedcbd4392df4452f1b133ad443 Mon Sep 17 00:00:00 2001 From: Yuzu Date: Sat, 25 Jul 2026 14:51:24 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20Correct=20depends=5Fon=20?= =?UTF-8?q?macos=20syntax,=20document=20brew=20trust?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Casks/discord-presence-relay.rb | 4 ++-- README.md | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Casks/discord-presence-relay.rb b/Casks/discord-presence-relay.rb index 42d78f1..4f8d204 100644 --- a/Casks/discord-presence-relay.rb +++ b/Casks/discord-presence-relay.rb @@ -8,7 +8,7 @@ cask "discord-presence-relay" do homepage "https://github.com/YuzuZensai/Discord-RPC-Relay" auto_updates false - depends_on macos: ">= :big_sur" + depends_on macos: :big_sur app "Discord Presence Relay.app" @@ -27,7 +27,7 @@ cask "discord-presence-relay" do caveats do <<~EOS #{token} is not notarized. The quarantine attribute is cleared - automatically on install; if macOS still refuses to open it + automatically on install, if macOS still refuses to open it ("app is damaged and can't be opened"), run: xattr -cr "#{appdir}/Discord Presence Relay.app" EOS diff --git a/README.md b/README.md index e48c6b8..054be45 100644 --- a/README.md +++ b/README.md @@ -52,9 +52,13 @@ settings once it's running. ```bash brew tap yuzuzensai/discord-rpc-relay https://github.com/YuzuZensai/Discord-RPC-Relay +brew trust yuzuzensai/discord-rpc-relay brew install --cask discord-presence-relay ``` +`brew trust` is required once per tap, Homebrew blocks installing from +third-party taps until you explicitly trust them. + The cask clears the Gatekeeper quarantine attribute automatically after install, so the app opens normally right away.