mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-20 10:28:24 +00:00
fix: brew install when using --appdir
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user