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

Commit

Permalink
chore: build with nodejs 14 and electron 10 (#2013)
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored Apr 5, 2022
1 parent 0ef61ce commit a69ee7e
Show file tree
Hide file tree
Showing 3 changed files with 30,946 additions and 4,239 deletions.
3 changes: 2 additions & 1 deletion app/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ app.on('ready', async () => {
minWidth: 650,
minHeight: 600,
webPreferences: {
nodeIntegration: true
nodeIntegration: true,
enableRemoteModule: true
}
});

Expand Down
Loading

0 comments on commit a69ee7e

Please sign in to comment.