Skip to content

Commit

Permalink
fix(pack): open flat app fail in build product (#353)
Browse files Browse the repository at this point in the history
electron bug

1. upgrade electron package version to 11.3.0
2. upgrade electron-builder package version to ^22.10.5
  • Loading branch information
BlackHole1 committed Mar 4, 2021
1 parent 8b8993d commit 09df44f
Show file tree
Hide file tree
Showing 3 changed files with 476 additions and 184 deletions.
4 changes: 2 additions & 2 deletions src/main-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"babel-loader": "^8.1.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"cross-env": "^7.0.2",
"electron": "11.0.0",
"electron-builder": "^22.7.0",
"electron": "11.3.0",
"electron-builder": "^22.10.5",
"electron-devtools-installer": "^3.1.1",
"electron-webpack": "^2.8.2",
"eslint": "^7.7.0",
Expand Down
2 changes: 1 addition & 1 deletion src/renderer-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"dotenv-flow": "^3.2.0",
"dotenv-flow-webpack": "^1.1.0",
"edit-json-file": "^1.4.1",
"electron": "11.0.0",
"electron": "11.3.0",
"eslint": "^7.7.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-react-app": "^6.0.0",
Expand Down

0 comments on commit 09df44f

Please sign in to comment.