Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3382961
D7095.id24016.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
509 B
Referenced Files
None
Subscribers
None
D7095.id24016.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D7095: [desktop] Stop checking for a new version after download
Attached
Detach File
Event Timeline
Log In to Comment