mirror of
https://github.com/DreamSourceLab/DSView.git
synced 2025-01-13 13:32:53 +08:00
Remove the assert for the firmware file dir is not exist
This commit is contained in:
parent
21828fc6f4
commit
93e6a02f0e
@ -443,7 +443,7 @@ QString GetFirmwareDir()
|
||||
}
|
||||
|
||||
dsv_err("%s%s", "Resource directory is not exists:", dir1.absolutePath().toUtf8().data());
|
||||
assert(false);
|
||||
return dir1.absolutePath();
|
||||
}
|
||||
|
||||
QString GetUserDataDir()
|
||||
|
Loading…
x
Reference in New Issue
Block a user