feat(updater): nightly update channel (Android/Windows/macOS/Linux) (#4577)

This commit is contained in:
Huang Xin
2026-06-14 16:33:53 +08:00
committed by GitHub
parent bfb85c2f68
commit 57501cc520
23 changed files with 3120 additions and 26 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ export default function Page() {
useEffect(() => {
const doCheckAppUpdates = async () => {
if (appService?.hasUpdater && settings.autoCheckUpdates) {
await checkForAppUpdates(_);
await checkForAppUpdates(_, true, settings.updateChannel);
} else if (appService?.hasUpdater === false) {
checkAppReleaseNotes();
}