1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-09-27 03:53:00 +02:00

force run app after update

This commit is contained in:
Kyle Spearrin 2018-02-17 21:31:51 -05:00
parent 54f3d6bfd4
commit 22d5b23e5b

View File

@ -88,7 +88,7 @@ export class UpdaterMain {
});
if (result === 0) {
autoUpdater.quitAndInstall();
autoUpdater.quitAndInstall(false, true);
}
});