Created
October 10, 2022 22:39
-
-
Save petitroto/b3c9ec3080225ac731b9ca0ee291e89a to your computer and use it in GitHub Desktop.
Un-quarantine the Botpress macOS binary to work on macOS 10.15 or later
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Run this script in the same directory as the bp command | |
xattr -d com.apple.quarantine ./bp | |
xattr -d com.apple.quarantine ./bin/studio | |
xattr -d com.apple.quarantine ./bin/nlu | |
xattr -d com.apple.quarantine ./bin/messaging | |
xattr -d com.apple.quarantine ./bindings/darwin/all/node_sqlite3.node | |
xattr -d com.apple.quarantine ./bindings/darwin/all/fse.node |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment