1
0
Fork 0

[Launcher] Make wait for updater to finish.

This commit is contained in:
Kitteh 2018-10-23 14:57:06 +01:00
parent 55cf490cd2
commit 2621325479

View file

@ -34,6 +34,7 @@ int main( int argc, char *argv[] )
if(!updater.waitForStarted()) if(!updater.waitForStarted())
qDebug() << "Failed to start updater."; qDebug() << "Failed to start updater.";
qDebug() << updater.errorString(); qDebug() << updater.errorString();
updater.waitForFinished();
qDebug() << program; qDebug() << program;
exit(0); exit(0);
} }