mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 09:59:20 +02:00
Add platform to UserAgent on win launcher
This commit is contained in:
parent
cc5565d30f
commit
a73f69c62a
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ public:
|
||||||
void updateProgress(ProcessType processType, float progress);
|
void updateProgress(ProcessType processType, float progress);
|
||||||
void onCancel();
|
void onCancel();
|
||||||
const CString& getLauncherVersion() const { return _launcherVersion; }
|
const CString& getLauncherVersion() const { return _launcherVersion; }
|
||||||
CString getHttpUserAgent() const { return L"HQLauncher/" + _launcherVersion; }
|
CString getHttpUserAgent() const { return L"HQLauncher/" + _launcherVersion + L" (Windows)"; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
ProcessType _currentProcess { ProcessType::DownloadApplication };
|
ProcessType _currentProcess { ProcessType::DownloadApplication };
|
||||||
|
|
Loading…
Reference in a new issue