diff --git a/docs/tutorial/updates.md b/docs/tutorial/updates.md index 1698fdc13258..a09676b41766 100644 --- a/docs/tutorial/updates.md +++ b/docs/tutorial/updates.md @@ -76,7 +76,7 @@ autoUpdater.on('update-downloaded', (event, releaseNotes, releaseName) => { message: 'A new version has been downloaded. Restart the application to apply the updates.', detail: releaseName + '\n\n' + releaseNotes } - + dialog.showMessageBox(dialogOpts, (response) => { if (response === 0) autoUpdater.quitAndInstall() })