fuck widevine piss drm.
This commit is contained in:
parent
ffec528b9d
commit
748db1030a
2 changed files with 6 additions and 3 deletions
|
@ -97,9 +97,9 @@
|
|||
}
|
||||
],
|
||||
"build": {
|
||||
"electronVersion": "16.0.7",
|
||||
"electronVersion": "16.0.8",
|
||||
"electronDownload": {
|
||||
"version": "16.0.7+wvcus",
|
||||
"version": "16.0.8+wvcus",
|
||||
"mirror": "https://github.com/castlabs/electron-releases/releases/download/v"
|
||||
},
|
||||
"appId": "cider",
|
||||
|
|
|
@ -41,10 +41,13 @@ app.on('ready', () => {
|
|||
require('vue-devtools').install()
|
||||
}
|
||||
|
||||
components.whenReady().then(async () => {
|
||||
app.whenReady().then(async () => {
|
||||
await components.whenReady();
|
||||
const bw = new BrowserWindow()
|
||||
const win = await bw.createWindow()
|
||||
|
||||
console.log('[Cider][Widevine] Status:', components.status());
|
||||
|
||||
win.on("ready-to-show", () => {
|
||||
Cider.bwCreated();
|
||||
CiderPlug.callPlugins('onReady', win);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue