From 354b2838505e6e6eb1b67d4b0b2a423463fe2192 Mon Sep 17 00:00:00 2001 From: Carles Pastor Badosa Date: Mon, 2 Dec 2024 23:51:43 +0100 Subject: [PATCH] README.md -- beta branch eol --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 77b4ca7..e53866f 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ - [Official Releases](#official-releases) - [Development Releases](#development-releases) - [Official Builds](#official-builds) +- [Beta Branch](#beta-branch) ## How to connect your Wii remotes @@ -163,3 +164,15 @@ https://flatpak.dolphin-emu.org/dev.flatpakrepo Single file bundles for `2409-260+` versions are available from the downloads section of the official dolphin site: https://dolphin-emu.org/download/ + +## Beta Branch + +The beta branch is being retired, there won't be any further updates after `2412`. + +Switch back to the stable branch in order to receive further updates (drop the `--user` at the end if you've installed dolphin-emu at the system level): + +``` +flatpak make-current org.DolphinEmu.dolphin-emu stable --user +``` + +If for any reason you'd rather keep getting dev builds, switch to the official dev repo instead.