Revert "A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu-latest)"
This reverts commit 0d6d67ec2c.
This commit is contained in:
@ -205,9 +205,7 @@ app.on('ready', async () => {
|
|||||||
console.log(result)
|
console.log(result)
|
||||||
const download = await result?.downloadPromise
|
const download = await result?.downloadPromise
|
||||||
console.log(download)
|
console.log(download)
|
||||||
const { response } = await dialog.showMessageBox({
|
const { response } = await dialog.showMessageBox({ message: "The update will install and the app will reopen" })
|
||||||
message: 'The update will install and the app will reopen',
|
|
||||||
})
|
|
||||||
console.log(response)
|
console.log(response)
|
||||||
await autoUpdater.quitAndInstall(false)
|
await autoUpdater.quitAndInstall(false)
|
||||||
})
|
})
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user