fix: brew install when using --appdir

This commit is contained in:
DigitallyRefined
2024-09-08 16:50:19 +01:00
parent 7c68779e98
commit 3350a64a44
2 changed files with 2 additions and 6 deletions

View File

@@ -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",

View File

@@ -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