mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 10:02:24 +02:00
Corrected error message.
This commit is contained in:
parent
89eff9171e
commit
f9396fe597
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ TestRunnerMobile::TestRunnerMobile(
|
|||
if (QProcessEnvironment::systemEnvironment().contains("ADB_PATH")) {
|
||||
QString adbExePath = QProcessEnvironment::systemEnvironment().value("ADB_PATH") + "/platform-tools";
|
||||
if (!QFile::exists(adbExePath + "/" + _adbExe)) {
|
||||
QMessageBox::critical(0, _adbExe, QString("Python executable not found in ") + adbExePath);
|
||||
QMessageBox::critical(0, _adbExe, QString("ADB executable not found in ") + adbExePath);
|
||||
exit(-1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue