Page MenuHomePhabricator

D7095.id24016.diff
No OneTemporary

D7095.id24016.diff

diff --git a/desktop/src/auto-update.js b/desktop/src/auto-update.js
--- a/desktop/src/auto-update.js
+++ b/desktop/src/auto-update.js
@@ -25,11 +25,6 @@
autoUpdater.on('update-not-available', scheduleCheckForUpdates);
- autoUpdater.on('update-downloaded', (event, releaseNotes, releaseName) => {
- autoUpdater.setFeedURL({ url: getUpdateUrl(releaseName) });
- scheduleCheckForUpdates();
- });
-
autoUpdater.on('error', error => {
console.error(error);
scheduleCheckForUpdates();

File Metadata

Mime Type
text/plain
Expires
Fri, Nov 29, 12:53 PM (21 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2596714
Default Alt Text
D7095.id24016.diff (509 B)

Event Timeline