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:
@@ -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");
|
||||
|
Reference in New Issue
Block a user