mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-23 14:57:18 +00:00

Electron 12 deprecated `electron.remote` and the functionality was removed in Electron 14, but became available as a separate `@electron/remote` module. This commit makes the transition to the external module as an intermediary step to enable updating to a newer Electron version. Change-type: patch
6 lines
61 B
JSON
6 lines
61 B
JSON
{
|
|
"webPreferences": {
|
|
"enableRemoteModule": true
|
|
}
|
|
}
|