forked from len0rd/rockbox
Check environment before starting installation.
The environment needs to be correct for other installations than main Rockbox as well. Change-Id: Icf626de63b58ba40f600fd095a254b6e7e9e46ee
This commit is contained in:
parent
4908b8eb1c
commit
ca1bbc08b3
2 changed files with 15 additions and 15 deletions
|
@ -299,6 +299,7 @@ QString Utils::findExecutable(QString name)
|
|||
*/
|
||||
QString Utils::checkEnvironment(bool permission)
|
||||
{
|
||||
qDebug() << "[Utils] checking environment";
|
||||
QString text = "";
|
||||
|
||||
// check permission
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue