feat(desktop): allow silent install and only user-wide scope (#26253)
This commit is contained in:
parent
7ded0ec9e9
commit
b8799be3c8
2 changed files with 3 additions and 3 deletions
|
|
@ -444,7 +444,7 @@ async function installUpdate() {
|
|||
version: downloadedUpdateVersion,
|
||||
})
|
||||
await killSidecar()
|
||||
autoUpdater.quitAndInstall()
|
||||
autoUpdater.quitAndInstall(true, true)
|
||||
}
|
||||
|
||||
async function checkForUpdates(alertOnFail: boolean) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue