We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ec223b commit a84d49fCopy full SHA for a84d49f
docs/tutorial/updates.md
@@ -76,6 +76,7 @@ autoUpdater.on('update-downloaded', (event, releaseNotes, releaseName) => {
76
message: 'A new version has been downloaded. Restart the application to apply the updates.',
77
detail: releaseName + '\n\n' + releaseNotes
78
}
79
+
80
dialog.showMessageBox(dialogOpts, (response) => {
81
if (response === 0) autoUpdater.quitAndInstall()
82
})
0 commit comments