correct reference chrome://plugins to components (#18237)
This commit is contained in:
parent
87a337a536
commit
8f200595ba
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ const { app, BrowserWindow } = require('electron')
|
|||
// * `libwidevinecdm.dylib` on macOS,
|
||||
// * `widevinecdm.dll` on Windows.
|
||||
app.commandLine.appendSwitch('widevine-cdm-path', '/path/to/widevine_library')
|
||||
// The version of plugin can be got from `chrome://plugins` page in Chrome.
|
||||
// The version of plugin can be got from `chrome://components` page in Chrome.
|
||||
app.commandLine.appendSwitch('widevine-cdm-version', '1.4.8.866')
|
||||
|
||||
let win = null
|
||||
|
|
Loading…
Reference in a new issue