mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
[PR #579] [MERGED] Upgrade to use Electron 12.0.12 #1220
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ElectronNET/Electron.NET/pull/579
Author: @tub5
Created: 6/28/2021
Status: ✅ Merged
Merged: 7/1/2021
Merged by: @GregorBiswanger
Base:
master← Head:bug/578📝 Commits (3)
fb8ca94Upgrade to use Electron 12.0.12476cc9eUpdating ContextIsolation as per the comment from @danatcofo. "on electron v12 WebPreferences.contextIsolation defaults to true… this means that window.require() will no longer function"78d9d60Merge branch 'master' into bug/578📊 Changes
4 files changed (+1792 additions, -11 deletions)
View changed files
📝
ElectronNET.API/Entities/WebPreferences.cs(+2 -2)📝
ElectronNET.CLI/Commands/BuildCommand.cs(+1 -1)📝
ElectronNET.Host/package-lock.json(+1788 -7)📝
ElectronNET.Host/package.json(+1 -1)📄 Description
Upgrade the ElectronNET.CLI to use Electron v12.0.12 to prevent crashing when the auto update feature is used.
Resolves #578
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.