Skip to content

Commit

Permalink
Downgrade electron-updater
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldhur committed Dec 17, 2017
1 parent ea4d682 commit 781c85f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 41 deletions.
4 changes: 1 addition & 3 deletions app/main.development.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,7 @@ app.on('ready', async () => {
menuBuilder.buildMenu();
});

autoUpdater.on('update-available', (info) => {
console.log(info);
});

autoUpdater.on('download-progress', (progressObj) => {
log.info('Downloaded ' + Math.round(progressObj.percent) + '% (' + progressObj.transferred + "/" + progressObj.total + ')');
});
Expand Down
44 changes: 7 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
"electron-debug": "^1.4.0",
"electron-log": "^2.2.12",
"electron-redux": "^1.3.1",
"electron-updater": "^2.17.6",
"electron-updater": "^2.16.3",
"hex-to-rgb": "^1.0.1",
"interpolating-polynomial": "^1.1.2",
"moment": "^2.20.0",
Expand Down

0 comments on commit 781c85f

Please sign in to comment.