mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-15 17:20:49 -04:00
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:
@@ -41,7 +41,7 @@
|
|||||||
namespace Updater {
|
namespace Updater {
|
||||||
|
|
||||||
const std::string STABLE_UPDATE_URL = "https://git.citron-emu.org/api/v1/repos/Citron/Emulator/releases";
|
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::string ExtractCommitHash(const std::string& version_string) {
|
||||||
std::regex re("([0-9a-fA-F]{7,40})");
|
std::regex re("([0-9a-fA-F]{7,40})");
|
||||||
|
|||||||
Reference in New Issue
Block a user