Skip to content

Commit

Permalink
Upgrade electron-builder, electron-builder-squirrel-windows to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jryans committed Jul 3, 2019
1 parent ea665da commit ba5cae5
Show file tree
Hide file tree
Showing 2 changed files with 376 additions and 237 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@
"cpx": "^1.3.2",
"cross-env": "^4.0.0",
"css-loader": "^2.1.0",
"electron-builder": "^20.38.5",
"electron-builder-squirrel-windows": "^20.38.5",
"electron-builder": "^20.44.4",
"electron-builder-squirrel-windows": "^21.0.6",
"electron-devtools-installer": "^2.2.4",
"eslint": "^5.8.0",
"eslint-config-google": "^0.7.1",
Expand Down Expand Up @@ -159,7 +159,10 @@
"src/**"
],
"extraResources": [
{ "from": "electron_app/img", "to": "img" },
{
"from": "electron_app/img",
"to": "img"
},
"webapp/**/*",
"origin_migrator/**/*"
],
Expand Down
Loading

0 comments on commit ba5cae5

Please sign in to comment.