Skip to content

Commit a954185

Browse files
authored
Added note about security settings workaround for MacOS X to REA… (#379)
Added note about security settings workaround for MacOS X to README.md.
2 parents 6efbe95 + 9e180ca commit a954185

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ be played behind the log. You can export the graphs as a WebM video to share wit
1212

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

15+
#### Note for MacOS X users
16+
17+
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`.
18+
19+
1520
### Via Chrome Web Store (for ChromeOS)
1621

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

131-
* **MacOS** use `yarn gulp <task-name> --osx64`
136+
* **MacOS X** use `yarn gulp <task-name> --osx64`
132137
* **Linux** use `yarn gulp <task-name> --linux64`
133138
* **Windows** use `yarn gulp <task-name> --win32`
134139
* **ChromeOS** use `yarn gulp <task-name> --chromeos`

0 commit comments

Comments
 (0)