Commit ae81d1a
committed
fix(install): remove macOS quarantine xattr from downloaded binary
Bun-compiled binaries are not signed or notarized. macOS applies the
com.apple.quarantine extended attribute to files downloaded via curl,
which causes Gatekeeper to kill the process with signal 9 on first
launch. Remove the quarantine flag after download so the binary can
execute without codesigning.1 parent b68e6ea commit ae81d1a
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
178 | 183 | | |
179 | 184 | | |
180 | 185 | | |
| |||
0 commit comments