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.
1 parent 0ea710f commit 0c4d947Copy full SHA for 0c4d947
main.js
@@ -132,3 +132,8 @@ autoUpdater.on('update-downloaded', (info) => {
132
app.on('ready', function() {
133
autoUpdater.checkForUpdates();
134
});
135
+
136
+// Update will be downloaded now but installed only on the next launch of the app
137
+// app.on('ready', function() {
138
+// autoUpdater.checkForUpdatesAndNotify()
139
+// });
0 commit comments