We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca5eba2 commit 67ce3b1Copy full SHA for 67ce3b1
1 file changed
src/controller/controller_updater.cpp
@@ -137,7 +137,7 @@ namespace Controller{
137
/// Downloads the latest details on updates
138
JSON::Value checkUpdateInfo(){
139
JSON::Value ret;
140
- if (strlen(SHARED_SECRET) < 8){
+ if (strlen(SHARED_SECRET) < 8 && std::string(RELEASE).substr(0, 4) != "Free"){
141
Log("UPDR", "Self-compiled build. Updater disabled.");
142
ret["uptodate"] = 1;
143
ret["needs_update"].null();
0 commit comments