Skip to content

Commit

Permalink
Depend on electron-updater v4
Browse files Browse the repository at this point in the history
Otherwise running `yarn build -p always` errors out with At least electron-updater 4.0.0 is recommended by current electron-builder version. Please set electron-updater version to "^4.0.0"
  • Loading branch information
Jonathan Cohen authored Apr 23, 2019
1 parent bbb706e commit 874a20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"electron-log": "^1.3.0",
"electron-updater": "^3.1.2"
"electron-updater": "^4.0.6"
},
"build": {
"appId": "com.github.iffy.electronupdaterexample",
Expand Down

0 comments on commit 874a20a

Please sign in to comment.