Marginally improve OneSix offline mode launch
While reconstructing assets, skip files that don't exist. Report missing OneSix native libraries.
This commit is contained in:
parent
8650aa81f0
commit
3fabb11f4c
9 changed files with 95 additions and 47 deletions
|
@ -55,7 +55,7 @@ void NotificationChecker::downloadSucceeded(int)
|
|||
{
|
||||
m_entries.clear();
|
||||
|
||||
QFile file(m_download->m_output_file.fileName());
|
||||
QFile file(m_download->getTargetFilepath());
|
||||
if (file.open(QFile::ReadOnly))
|
||||
{
|
||||
QJsonArray root = QJsonDocument::fromJson(file.readAll()).array();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue