progress bar

This commit is contained in:
2021-06-01 10:38:41 +02:00
parent 49afc7fccd
commit 99a70c662f
5 changed files with 33 additions and 8 deletions

View File

@@ -38,7 +38,6 @@ export default class Updater {
.then(({ response }) => {
if (response === 0) {
shell.openExternal('https://github.com/cupcakearmy/unpixel/releases')
process.exit(0)
}
})
} else {