fix(desktop): disable auto install on app quit (#25976)
This commit is contained in:
parent
9d178e0944
commit
acca2e92dc
1 changed files with 1 additions and 1 deletions
|
|
@ -378,7 +378,7 @@ function setupAutoUpdater() {
|
||||||
autoUpdater.allowPrerelease = false
|
autoUpdater.allowPrerelease = false
|
||||||
autoUpdater.allowDowngrade = true
|
autoUpdater.allowDowngrade = true
|
||||||
autoUpdater.autoDownload = false
|
autoUpdater.autoDownload = false
|
||||||
autoUpdater.autoInstallOnAppQuit = true
|
autoUpdater.autoInstallOnAppQuit = false
|
||||||
logger.log("auto updater configured", {
|
logger.log("auto updater configured", {
|
||||||
channel: autoUpdater.channel,
|
channel: autoUpdater.channel,
|
||||||
allowPrerelease: autoUpdater.allowPrerelease,
|
allowPrerelease: autoUpdater.allowPrerelease,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue