1
0
Fork 0

Debug updater.

This commit is contained in:
Kitteh 2018-10-23 12:19:21 +01:00
parent 6270fce6a0
commit 35ba0663f5

View file

@ -33,6 +33,7 @@ int main( int argc, char *argv[] )
updater.start(program, QStringList() << QProcessEnvironment::systemEnvironment().value("APPIMAGE", ""));
if(!updater.waitForStarted())
qDebug() << "Failed to start updater.";
qDebug() << updater.errorString();
qDebug() << program;
exit(0);
}