📝 Match variable names
[ci skip]
This commit is contained in:
parent
885aeec442
commit
5146befa46
6 changed files with 23 additions and 23 deletions
|
@ -59,9 +59,9 @@ app.commandLine.appendSwitch('widevine-cdm-path', '/path/to/widevinecdmadapter.p
|
|||
// The version of plugin can be got from `chrome://plugins` page in Chrome.
|
||||
app.commandLine.appendSwitch('widevine-cdm-version', '1.4.8.866');
|
||||
|
||||
let mainWindow = null;
|
||||
let win = null;
|
||||
app.on('ready', () => {
|
||||
mainWindow = new BrowserWindow({
|
||||
win = new BrowserWindow({
|
||||
webPreferences: {
|
||||
// The `plugins` have to be enabled.
|
||||
plugins: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue