Skip to content

Commit

Permalink
Upgrade electron-builder to 21.2.0
Browse files Browse the repository at this point in the history
This is meant to help with:

* macOS packaging for Electron 6 (#10473)
* Linux desktop file should not have quotes (#6421)

It did not help with:

* Linux sandbox for Electron 5 (#10509)

Fixes #6421
Part of #10473
  • Loading branch information
jryans committed Aug 16, 2019
1 parent 9ed647d commit 24e59cc
Show file tree
Hide file tree
Showing 2 changed files with 119 additions and 214 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@
"cpx": "^1.3.2",
"cross-env": "^4.0.0",
"css-loader": "^2.1.0",
"electron-builder": "^20.44.4",
"electron-builder-squirrel-windows": "^21.0.6",
"electron-builder": "^21.2.0",
"electron-builder-squirrel-windows": "^21.2.0",
"electron-devtools-installer": "^2.2.4",
"eslint": "^5.8.0",
"eslint-config-google": "^0.7.1",
Expand Down
Loading

0 comments on commit 24e59cc

Please sign in to comment.