From 3350a64a44e8f952554b73839f98bca2f45958f6 Mon Sep 17 00:00:00 2001 From: DigitallyRefined <129616584+DigitallyRefined@users.noreply.github.com> Date: Sun, 8 Sep 2024 16:50:19 +0100 Subject: [PATCH 1/2] fix: `brew install` when using `--appdir` --- Casks/zen-browser.rb | 4 ---- README.md | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Casks/zen-browser.rb b/Casks/zen-browser.rb index 0fcabbc57..179b6a4a5 100644 --- a/Casks/zen-browser.rb +++ b/Casks/zen-browser.rb @@ -16,10 +16,6 @@ cask "zen-browser" do app "Zen Browser.app" - postflight do - system "xattr -d com.apple.quarantine '/Applications/Zen Browser.app/'" - end - zap trash: [ "~/Library/Application Support/zen", "~/Library/Caches/Mozilla/updates/Applications/Zen Browser", diff --git a/README.md b/README.md index ed7e55d42..f41643085 100644 --- a/README.md +++ b/README.md @@ -44,14 +44,14 @@ You can install the Zen Browser using Homebrew: ``` brew tap zen-browser/browser https://github.com/zen-browser/desktop.git -brew install --cask zen-browser +brew install --no-quarantine --cask zen-browser ``` To upgrade the browser to a newer version, you can either use the embedded update functionality in `About Zen` or use the following commands: ``` brew update -brew upgrade --greedy zen-browser +brew upgrade --no-quarantine --greedy zen-browser ``` ### Manual installation From d4bbe0fa7b19c4c9184d896c5e8382b321aa812b Mon Sep 17 00:00:00 2001 From: DigitallyRefined <129616584+DigitallyRefined@users.noreply.github.com> Date: Sun, 8 Sep 2024 17:37:14 +0100 Subject: [PATCH 2/2] Revert changes to README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f41643085..ed7e55d42 100644 --- a/README.md +++ b/README.md @@ -44,14 +44,14 @@ You can install the Zen Browser using Homebrew: ``` brew tap zen-browser/browser https://github.com/zen-browser/desktop.git -brew install --no-quarantine --cask zen-browser +brew install --cask zen-browser ``` To upgrade the browser to a newer version, you can either use the embedded update functionality in `About Zen` or use the following commands: ``` brew update -brew upgrade --no-quarantine --greedy zen-browser +brew upgrade --greedy zen-browser ``` ### Manual installation