Skip to content

Commit

Permalink
Electron 10.
Browse files Browse the repository at this point in the history
  • Loading branch information
dscalzi committed Sep 13, 2020
1 parent 9a2c1fd commit 2156099
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 36 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function createWindow() {
nodeIntegration: true,
contextIsolation: false,
enableRemoteModule: true,
worldSafeExecuteJavaScript: false
worldSafeExecuteJavaScript: true
},
backgroundColor: '#171614'
})
Expand Down
56 changes: 24 additions & 32 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"adm-zip": "^0.4.16",
"async": "^3.2.0",
"discord-rpc": "^3.1.3",
"discord-rpc": "^3.1.4",
"ejs": "^3.1.5",
"ejs-electron": "^2.1.1",
"electron-updater": "^4.3.4",
Expand All @@ -41,9 +41,9 @@
},
"devDependencies": {
"cross-env": "^7.0.2",
"electron": "^9.3.0",
"electron": "^10.1.1",
"electron-builder": "^22.8.0",
"eslint": "^7.8.1"
"eslint": "^7.9.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 2156099

Please sign in to comment.