1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00

fix updater

This commit is contained in:
Andrew Simachev 2021-03-22 19:18:59 +03:00
parent 3b2eb53874
commit fae9dc30dd

View file

@ -605,7 +605,7 @@ function autoUpdaterInit () {
Util.log('info', 'Update downloaded: ' + JSON.stringify(info, null, 3));
send('update-downloaded');
app.isQuiting = true;
autoUpdater.quitAndInstall();
exit(true);
});
};