mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-07-29 17:03:03 +02:00
Added suffix to version string for debug builds.
This commit is contained in:
parent
ac243136b9
commit
abfd37c045
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue