Add platform to UserAgent on win launcher

This commit is contained in:
Ryan Huffman 2019-08-22 09:09:07 -07:00
parent cc5565d30f
commit a73f69c62a

View file

@ -134,7 +134,7 @@ public:
void updateProgress(ProcessType processType, float progress);
void onCancel();
const CString& getLauncherVersion() const { return _launcherVersion; }
CString getHttpUserAgent() const { return L"HQLauncher/" + _launcherVersion; }
CString getHttpUserAgent() const { return L"HQLauncher/" + _launcherVersion + L" (Windows)"; }
private:
ProcessType _currentProcess { ProcessType::DownloadApplication };