etcher/tests/gui/window-config.json
Akis Kesoglou 7ee174edce Switch to @electron/remote
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
2023-02-02 19:50:04 +02:00

6 lines
61 B
JSON

{
"webPreferences": {
"enableRemoteModule": true
}
}