Skip to content

Commit

Permalink
Added note about security settings workaround for MacOS X to REA… (#379)
Browse files Browse the repository at this point in the history
Added note about security settings workaround for MacOS X to README.md.
  • Loading branch information
mikeller committed Oct 8, 2019
2 parents 6efbe95 + 9e180ca commit a954185
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ be played behind the log. You can export the graphs as a WebM video to share wit

Download the installer from [Releases](https://github.com/betaflight/blackbox-log-viewer/releases).

#### Note for MacOS X users

Changes to the security model used in the latest versions of MacOS X 10.14 (Mojave) and 10.15 (Catalina) mean that the operating system will show an error message ('"betaflight-blackbox-explorer.app" is damaged and can’t be opened. You should move it to the Trash.') when trying to install the application. To work around this, run the following command in a terminal before installing: `sudo spctl --master-disable`. Then install Blackbox Log Viewer, and after verifying that the installation has worked, run `sudo spctl --master-enable`.


### Via Chrome Web Store (for ChromeOS)

[![available in the Chrome web store](https://developer.chrome.com/webstore/images/ChromeWebStore_Badge_v2_206x58.png)](https://chrome.google.com/webstore/detail/jhigimciiclphnbhmemimenbpbdclklf)
Expand Down Expand Up @@ -128,7 +133,7 @@ yarn gulp release
To build or release only for one specific platform you can append the plaform after the `task-name`.
If no platform is provided, only for the platform you are builing from will be build.

* **MacOS** use `yarn gulp <task-name> --osx64`
* **MacOS X** use `yarn gulp <task-name> --osx64`
* **Linux** use `yarn gulp <task-name> --linux64`
* **Windows** use `yarn gulp <task-name> --win32`
* **ChromeOS** use `yarn gulp <task-name> --chromeos`
Expand Down

0 comments on commit a954185

Please sign in to comment.