2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

fixed bug in dev -> stable update, version 0.8.42.dev

This commit is contained in:
John Preston
2015-07-31 13:32:33 +03:00
parent 559e387d15
commit f5259b58e5
7 changed files with 18 additions and 18 deletions

View File

@@ -80,8 +80,8 @@ int main(int argc, char *argv[]) {
if (cRestartingUpdate()) {
if (DevVersion) {
LOG(("Writing 'withdebug' file before launching the Updater!"));
QFile f(cWorkingDir() + qsl("tdata/withdebug"));
LOG(("Writing 'devversion' file before launching the Updater!"));
QFile f(cWorkingDir() + qsl("tdata/devversion"));
if (!f.exists() && f.open(QIODevice::WriteOnly)) {
f.write("1");
f.close();