lint
This commit is contained in:
parent
a84d49fe5c
commit
5f82168213
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue