Skip to content

Commit f3502f9

Browse files
authored
chore: remove Apple quarantine (#184)
1 parent e6101ed commit f3502f9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.goreleaser.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,7 @@ homebrew_casks:
4141
repository:
4242
owner: GetStream
4343
name: stream-cli
44+
hooks:
45+
post:
46+
install: |
47+
system "xattr", "-dr", "com.apple.quarantine", "#{staged_path}"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ For MacOS users, it's also available via Homebrew:
4848

4949
```shell
5050
$ brew tap GetStream/stream-cli https://github.com/GetStream/stream-cli
51-
$ brew install stream-cli
51+
$ brew install --cask stream-cli
5252
```
5353

5454
## Compile yourself

0 commit comments

Comments
 (0)