Parsing the version files, part III

This commit is contained in:
Petr Mrázek
2013-07-27 11:41:45 +02:00
parent 97cf08f964
commit a7a84d4dbb
8 changed files with 214 additions and 94 deletions

View File

@@ -141,6 +141,7 @@ void GameUpdateTask::jarlibFinished()
{
m_inst->setCurrentVersion(targetVersion->descriptor());
m_inst->setShouldUpdate(false);
m_inst->setIsForNewLauncher(true);
exit(1);
}
@@ -195,6 +196,7 @@ void GameUpdateTask::legacyJarFinished()
{
setState(StateFinished);
emit gameUpdateComplete(m_response);
m_inst->setIsForNewLauncher(true);
exit(1);
}