Commit bd53a5b
committed
Fix: restore allowDowngrade=true for nightly channel to enable periodic nightly update checks
The previous change hardcoded allowDowngrade=false, which breaks periodic update
checks after a stable-to-nightly switch. Since nightly pre-release versions
(e.g. 0.0.17-nightly.*) are semver-lower than their stable counterparts
(e.g. 0.0.17), electron-updater needs allowDowngrade=true on the nightly channel
to discover these updates during startup, poll, and menu-triggered checks.1 parent 4fbdb6c commit bd53a5b
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1139 | 1139 | | |
1140 | 1140 | | |
1141 | 1141 | | |
1142 | | - | |
| 1142 | + | |
1143 | 1143 | | |
1144 | | - | |
| 1144 | + | |
1145 | 1145 | | |
1146 | 1146 | | |
1147 | 1147 | | |
| |||
0 commit comments