Wooops, our update checker is broken since the beta started!
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user