diff --git a/src/controller/controller_updater.cpp b/src/controller/controller_updater.cpp index 8075b8660..fcce7b62b 100644 --- a/src/controller/controller_updater.cpp +++ b/src/controller/controller_updater.cpp @@ -137,7 +137,7 @@ namespace Controller{ /// Downloads the latest details on updates JSON::Value checkUpdateInfo(){ JSON::Value ret; - if (strlen(SHARED_SECRET) < 8){ + if (strlen(SHARED_SECRET) < 8 && std::string(RELEASE).substr(0, 4) != "Free"){ Log("UPDR", "Self-compiled build. Updater disabled."); ret["uptodate"] = 1; ret["needs_update"].null();