Skip to content

Commit

Permalink
chore(deps): update electron to 19.0.6 (#760)
Browse files Browse the repository at this point in the history
Contains Chromium 98 -> 102 update, for high level overview see

https://www.electronjs.org/blog/electron-18-0
https://www.electronjs.org/blog/electron-19-0

Plan B support is now removed as well, as chromium 102 no longer offers
it: https://chromestatus.com/feature/5823036655665152

Signed-off-by: Christoph Settgast <[email protected]>
  • Loading branch information
csett86 authored Jun 26, 2022
1 parent 207c7cf commit 886994e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 22 deletions.
4 changes: 0 additions & 4 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ app.commandLine.appendSwitch('disable-features', 'IOSurfaceCapturer');
// Enable Opus RED field trial.
app.commandLine.appendSwitch('force-fieldtrials', 'WebRTC-Audio-Red-For-Opus/Enabled/');

// Allow deprecated plan-b with electron 17.0.0. We'll need to address:
// https://community.jitsi.org/t/switch-to-unified-plan-on-chrome/98322
app.commandLine.appendSwitch('disable-features', 'RTCDisallowPlanBOutsideDeprecationTrial');

// Enable optional PipeWire support.
if (!app.commandLine.hasSwitch('enable-features')) {
app.commandLine.appendSwitch('enable-features', 'WebRTCPipeWireCapturer');
Expand Down
34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
"babel-loader": "^8.2.3",
"concurrently": "5.1.0",
"css-loader": "^6.7.1",
"electron": "17.4.1",
"electron": "19.0.6",
"electron-builder": "23.1.0",
"electron-context-menu": "^2.5.0",
"electron-is-dev": "^1.2.0",
Expand Down

0 comments on commit 886994e

Please sign in to comment.