mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 10:52:37 +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 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 };
|
||||
|
|
Loading…
Reference in a new issue