Skip to content

Commit

Permalink
fix: attempt electron@20 update
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy committed Mar 21, 2024
1 parent d15eccf commit d86fcfe
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 50 deletions.
3 changes: 2 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ const browserWindowOpts = {
overlayScrollbars: true,
nodeIntegration: true,
contextIsolation: false,
sandbox: false,
},
};

app.on('ready', async () => {
app.whenReady().then(async () => {
await onFirstRunMaybe();
});

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"@types/react-transition-group": "4.4.10",
"autoprefixer": "10.4.18",
"css-loader": "6.10.0",
"electron": "19.1.9",
"electron": "20.3.12",
"electron-builder": "24.13.3",
"husky": "9.0.11",
"jest": "29.7.0",
Expand Down
83 changes: 35 additions & 48 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d86fcfe

Please sign in to comment.