Debug updater.
This commit is contained in:
parent
6270fce6a0
commit
35ba0663f5
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue