Commit 07dd49e
committed
feat(updater): apply updates silently on Windows (installMode quiet)
Set plugins.updater.windows.installMode to "quiet" so the auto-updater
applies updates with no installer window or progress dialog — the app
just downloads, swaps, and relaunches into the new version, rather than
flashing an installer that looks like a manual setup.
"quiet" needs no elevation for the per-user (currentUser) NSIS install we
ship, and install failures still reject through downloadAndInstall (the
launch flow logs them; the Settings checker surfaces them), so silent
mode doesn't hide errors. Switch to "passive" if a progress bar is ever
wanted.
Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>1 parent b5ea4fa commit 07dd49e
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
| |||
0 commit comments