fix java archive typo
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
3e1cf6b2a7
commit
9567d763c1
@ -95,7 +95,7 @@ void ArchiveDownloadTask::extractJava(QString input)
|
|||||||
}
|
}
|
||||||
auto files = zip->getFileNameList();
|
auto files = zip->getFileNameList();
|
||||||
if (files.isEmpty()) {
|
if (files.isEmpty()) {
|
||||||
emitFailed(tr("No files were found in the supplied zip file,"));
|
emitFailed(tr("No files were found in the supplied zip file."));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
m_task = makeShared<MMCZip::ExtractZipTask>(zip, m_final_path, files[0]);
|
m_task = makeShared<MMCZip::ExtractZipTask>(zip, m_final_path, files[0]);
|
||||||
|
Loading…
Reference in New Issue
Block a user