Swap Nightly Repo for testing

Change back to const std::string NIGHTLY_UPDATE_URL = "https://api.github.com/repos/Zephyron-Dev/Citron-CI/releases"; after change

Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
Collecting
2025-12-26 02:35:46 +00:00
parent c2b204e153
commit 9398fcf6fd

View File

@@ -41,7 +41,7 @@
namespace Updater {
const std::string STABLE_UPDATE_URL = "https://git.citron-emu.org/api/v1/repos/Citron/Emulator/releases";
const std::string NIGHTLY_UPDATE_URL = "https://api.github.com/repos/Zephyron-Dev/Citron-CI/releases";
const std::string NIGHTLY_UPDATE_URL = "https://api.github.com/repos/CollectingW/Citron-CI/releases";
std::string ExtractCommitHash(const std::string& version_string) {
std::regex re("([0-9a-fA-F]{7,40})");