mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-12-23 02:28:55 +00:00
Update documentation for flash
This commit is contained in:
parent
14939800d9
commit
dab9a06774
13
README.md
13
README.md
@ -26,6 +26,7 @@ View the changelog [here](https://github.com/jiahaog/nativefier/blob/master/Hist
|
||||
### Features
|
||||
|
||||
- Automatically retrieves the correct icon and app name
|
||||
- Flash Support
|
||||
|
||||
## Installation
|
||||
|
||||
@ -54,6 +55,10 @@ You need [XCode](https://developer.apple.com/xcode/) installed.
|
||||
$ brew install imagemagick
|
||||
```
|
||||
|
||||
##### [Google Chrome](https://www.google.com/chrome/)
|
||||
|
||||
Google Chrome is required for flash to be supported. Alternatively, you could download the PepperFlash Chrome plugin and specify the path to it directly with the `--flash` flag. See the command line options below for more details.
|
||||
|
||||
## Usage
|
||||
|
||||
Creating a native desktop app for [medium.com](http://medium.com):
|
||||
@ -230,6 +235,14 @@ If this flag is passed, it will not override the user agent.
|
||||
```
|
||||
Forces the packaged app to ignore certificate errors.
|
||||
|
||||
#### [flash]
|
||||
|
||||
```
|
||||
--flash <value>
|
||||
```
|
||||
|
||||
By default, nativefier will automatically try to determine the location of your Google Chrome flash binary. In the event that Flash does not appear to work, you can specify it directly with this command line flag, by retrieving the location of the Flash path from [chrome://plugins](chrome://plugins), under `Adobe Flash Player` > `Location`.
|
||||
|
||||
## Programmatic API
|
||||
|
||||
You can use the Nativefier programmatic API as well.
|
||||
|
Loading…
Reference in New Issue
Block a user