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:
parent
3b2eb53874
commit
fae9dc30dd
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue