mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 23:28:14 +03:00
Send OEM string to update detector.
This commit is contained in:
parent
365dfd5380
commit
8e63652fb3
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ void UpdateDetector::versionCheck( Theme *theme )
|
||||||
}
|
}
|
||||||
url.addQueryItem( QLatin1String("version"), ver );
|
url.addQueryItem( QLatin1String("version"), ver );
|
||||||
url.addQueryItem( QLatin1String("platform"), platform );
|
url.addQueryItem( QLatin1String("platform"), platform );
|
||||||
|
url.addQueryItem( QLatin1String("oem"), theme->appName());
|
||||||
|
|
||||||
_accessManager->get( QNetworkRequest( url ));
|
_accessManager->get( QNetworkRequest( url ));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue