Skip to content

Commit 068f199

Browse files
authored
fix(desktop): disable auto install on app quit (anomalyco#25976)
1 parent 86837f3 commit 068f199

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/desktop/src/main/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ function setupAutoUpdater() {
378378
autoUpdater.allowPrerelease = false
379379
autoUpdater.allowDowngrade = true
380380
autoUpdater.autoDownload = false
381-
autoUpdater.autoInstallOnAppQuit = true
381+
autoUpdater.autoInstallOnAppQuit = false
382382
logger.log("auto updater configured", {
383383
channel: autoUpdater.channel,
384384
allowPrerelease: autoUpdater.allowPrerelease,

0 commit comments

Comments
 (0)