From c5ed97d2386e72fed51323946fb9a81c1f7ca81e Mon Sep 17 00:00:00 2001 From: OatmealDome Date: Tue, 2 Jul 2024 00:16:22 -0400 Subject: [PATCH] remove outdated references to stable update track --- Auto-Update-Internals.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Auto-Update-Internals.md b/Auto-Update-Internals.md index 2e28c4b..10acaaa 100644 --- a/Auto-Update-Internals.md +++ b/Auto-Update-Internals.md @@ -4,11 +4,10 @@ This wiki page documents how the auto-update system works. We will originally support 3 update tracks that users can choose from: -* **Stable**: same frequency as our current stable releases. -* **Beta**: monthly updates synced with progress report. +* **Releases**: updates every few months synced with progress reports (internally known as `beta`). * **Dev**: updates on every single change pushed to `dolphin-emu.org`. -Stable builds will default to the `stable` track for updates, dev builds downloaded from `dolphin-emu.org` will default to the `beta` track. `dev` is only for the most hardcore users who are willing to update every time they use our software, so it will always have to be picked manually. +Builds downloaded from `dolphin-emu.org` will default to the Releases track. Dev is only for the most hardcore users who are willing to update every time they use our software, so it will always have to be picked manually. ## Update check protocol