|
@@ -65,7 +65,7 @@ void UpdaterComponent::checkForUpdate()
|
|
|
|
|
|
|
|
|
query.addQueryItem("build", systemInfo["build"].toString());
|
|
|
- query.addQueryItem("distro", systemInfo["dist"].toString());
|
|
|
+ query.addQueryItem("distribution", systemInfo["dist"].toString());
|
|
|
query.addQueryItem("channel", SettingsComponent::Get().value(SETTINGS_SECTION_MAIN, "updateChannel").toString());
|
|
|
|
|
|
auto authToken = SystemComponent::Get().authenticationToken();
|