Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.

Commit a69ee7e

Browse files
authored
chore: build with nodejs 14 and electron 10 (#2013)
1 parent 0ef61ce commit a69ee7e

File tree

3 files changed

+30946
-4239
lines changed

3 files changed

+30946
-4239
lines changed

app/main.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ app.on('ready', async () => {
4242
minWidth: 650,
4343
minHeight: 600,
4444
webPreferences: {
45-
nodeIntegration: true
45+
nodeIntegration: true,
46+
enableRemoteModule: true
4647
}
4748
});
4849

0 commit comments

Comments
 (0)