mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-28 12:35:40 +01:00
force run app after update
This commit is contained in:
parent
54f3d6bfd4
commit
22d5b23e5b
@ -88,7 +88,7 @@ export class UpdaterMain {
|
|||||||
});
|
});
|
||||||
|
|
||||||
if (result === 0) {
|
if (result === 0) {
|
||||||
autoUpdater.quitAndInstall();
|
autoUpdater.quitAndInstall(false, true);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user