docs: No more extra-plugin-dirs
This commit is contained in:
parent
e2bd1abce6
commit
512f89910d
1 changed files with 1 additions and 7 deletions
|
@ -99,13 +99,7 @@ Properties `width` and `height` are required.
|
||||||
* `text-areas-are-resizable` Boolean
|
* `text-areas-are-resizable` Boolean
|
||||||
* `webgl` Boolean
|
* `webgl` Boolean
|
||||||
* `webaudio` Boolean
|
* `webaudio` Boolean
|
||||||
* `plugins` Boolean - Whether plugins should be enabled, currently only
|
* `plugins` Boolean - Whether plugins should be enabled.
|
||||||
`NPAPI` plugins are supported.
|
|
||||||
* `extra-plugin-dirs` Array - Array of paths that would be searched for
|
|
||||||
plugins. Note that if you want to add a directory under your app, you
|
|
||||||
should use `__dirname` or `process.resourcesPath` to join the paths to
|
|
||||||
make them absolute, using relative paths would make Electron search
|
|
||||||
under current working directory.
|
|
||||||
* `experimental-features` Boolean
|
* `experimental-features` Boolean
|
||||||
* `experimental-canvas-features` Boolean
|
* `experimental-canvas-features` Boolean
|
||||||
* `subpixel-font-scaling` Boolean
|
* `subpixel-font-scaling` Boolean
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue