2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Build alphas only for official targets.

This commit is contained in:
John Preston
2018-11-08 09:50:18 +04:00
parent ef38572d5a
commit 8b6e24e83d
7 changed files with 23 additions and 20 deletions

View File

@@ -24,7 +24,7 @@ namespace Intro {
namespace {
void SendToBannedHelp(const QString &phone) {
const auto version = QString::fromLatin1(AppVersionStr.c_str())
const auto version = QString::fromLatin1(AppVersionStr)
+ (cAlphaVersion()
? qsl(" alpha %1").arg(cAlphaVersion())
: (AppBetaVersion ? " beta" : ""));