mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-29 21:48:26 +00:00
Added suffix to version string for debug builds.
This commit is contained in:
parent
ac243136b9
commit
abfd37c045
@ -153,5 +153,8 @@ QString currentVersionText() {
|
|||||||
} else if (Platform::IsWindowsARM64()) {
|
} else if (Platform::IsWindowsARM64()) {
|
||||||
result += " arm64";
|
result += " arm64";
|
||||||
}
|
}
|
||||||
|
#ifdef _DEBUG
|
||||||
|
result += " DEBUG";
|
||||||
|
#endif
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user