We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0cd658 commit 2c6c2c0Copy full SHA for 2c6c2c0
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