Skip to content

Commit 874a20a

Browse files
author
Jonathan Cohen
authored
Depend on electron-updater v4
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"
1 parent bbb706e commit 874a20a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"electron-log": "^1.3.0",
16-
"electron-updater": "^3.1.2"
16+
"electron-updater": "^4.0.6"
1717
},
1818
"build": {
1919
"appId": "com.github.iffy.electronupdaterexample",

0 commit comments

Comments
 (0)