Add a note on Flash permissions to Troubleshooting

This commit is contained in:
Hein Haraldson Berg 2016-10-14 12:51:26 +02:00 committed by GitHub
parent a13ed2a005
commit 63e1b2fb46

View file

@ -78,3 +78,5 @@ Electron.
On Windows the path passed to `--ppapi-flash-path` has to use `\` as path
delimiter, using POSIX-style paths will not work.
For some operations, such as streaming media using RTMP, it is necessary to grant wider permissions to players `.swf` files. One way of accomplishing this, is to use [nw-flash-trust](https://github.com/szwacz/nw-flash-trust).