Wooops, our update checker is broken since the beta started!

This commit is contained in:
Liru Færs
2020-01-20 18:32:59 -05:00
parent e3318fb0d2
commit 67126ab494

View File

@@ -140,7 +140,7 @@ void check_for_updates()
{
type = "release";
}
else if (channel == std::string("Singularity Test") || channel == std::string("Singularity Alpha"))
else if (channel == std::string("Singularity Test") || channel == std::string("Singularity Alpha") || channel == "Singularity Beta")
{
type = "alpha";
}