2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

Moving build / lang scripts from Telegram to subfolders.

Travis build tested with -j param.
Xcode / QtCreator / qmake builds could be broken.
This commit is contained in:
John Preston
2016-04-27 15:02:17 +03:00
parent 77e5925cf0
commit 745f89dbb9
51 changed files with 262 additions and 5235 deletions

View File

@@ -427,10 +427,10 @@ void WorkingDirReady() {
cSetDebug(true);
}
if (cBetaVersion()) {
cSetDevVersion(false);
} else if (!cDevVersion() && QFile(cWorkingDir() + qsl("tdata/devversion")).exists()) {
cSetDevVersion(true);
} else if (DevVersion) {
cSetAlphaVersion(false);
} else if (!cAlphaVersion() && QFile(cWorkingDir() + qsl("tdata/devversion")).exists()) {
cSetAlphaVersion(true);
} else if (AppAlphaVersion) {
QFile f(cWorkingDir() + qsl("tdata/devversion"));
if (!f.exists() && f.open(QIODevice::WriteOnly)) {
f.write("1");