at 24.05-pre 28 lines 811 B view raw
1diff --git a/src/backend/main.ts b/src/backend/main.ts 2index 83b58bb2..f61656fa 100644 3--- a/src/backend/main.ts 4+++ b/src/backend/main.ts 5@@ -19,7 +19,6 @@ import { 6 protocol, 7 screen, 8 clipboard, 9- components, 10 session 11 } from 'electron' 12 import 'backend/updater' 13@@ -310,14 +309,7 @@ if (!gotTheLock) { 14 } 15 16 if (!process.env.CI) { 17- await components.whenReady().catch((e) => { 18- logError([ 19- 'Failed to download / update DRM components.', 20- 'Make sure you do not block update.googleapis.com domain if you want to use WideVine in Browser sideloaded apps', 21- e 22- ]) 23- }) 24- logInfo(['DRM module staus', components.status()]) 25+ logInfo('DRM modules disabled for nixpkgs') 26 } 27 28 // try to fix notification app name on windows