NOISSUE fix multiple issues in ATLauncher integration
This commit is contained in:
parent
434369ca7c
commit
13a7f8d3b7
11 changed files with 175 additions and 105 deletions
|
@ -117,7 +117,7 @@ void Technic::SolderPackInstallTask::downloadSucceeded()
|
|||
while (m_modCount > i)
|
||||
{
|
||||
auto path = FS::PathCombine(m_outputDir.path(), QString("%1").arg(i));
|
||||
if (MMCZip::extractDir(path, extractDir).isEmpty())
|
||||
if (!MMCZip::extractDir(path, extractDir))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue