Revert "A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu-latest)"

This reverts commit 0d6d67ec2c.
This commit is contained in:
Pierre Jacquier
2024-09-02 17:12:04 -04:00
parent 0d6d67ec2c
commit e9bdbec725
2 changed files with 1 additions and 3 deletions

View File

@ -205,9 +205,7 @@ app.on('ready', async () => {
console.log(result)
const download = await result?.downloadPromise
console.log(download)
const { response } = await dialog.showMessageBox({
message: 'The update will install and the app will reopen',
})
const { response } = await dialog.showMessageBox({ message: "The update will install and the app will reopen" })
console.log(response)
await autoUpdater.quitAndInstall(false)
})

Binary file not shown.