We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c97073d + ba403d1 commit 4d70228Copy full SHA for 4d70228
src/electron/auto-updater.js
@@ -31,7 +31,8 @@ app.on('check for updates', function() {
31
updater.checkForUpdates();
32
});
33
34
-app.on('ready', function() {
35
- updater.setFeedUrl(FEED_URL);
36
- app.emit('check for updates');
37
-});
+// @todo (kangas) reenable update check after release-1
+// app.on('ready', function() {
+// updater.setFeedUrl(FEED_URL);
+// app.emit('check for updates');
38
+// });
0 commit comments