NOISSUE Add sorting options to FTB pack install page

This commit is contained in:
Jamie Mansfield 2020-11-14 18:06:27 +00:00
parent ed11d33054
commit b8c6a42f49
No known key found for this signature in database
GPG key ID: 36F61598F39F67B0
9 changed files with 158 additions and 33 deletions

View file

@ -117,7 +117,7 @@ void PackInstallTask::install()
if(file.serverOnly) continue;
auto relpath = FS::PathCombine("minecraft", file.path, file.name);
auto path = FS::PathCombine(m_stagingPath , relpath);
auto path = FS::PathCombine(m_stagingPath, relpath);
qDebug() << "Will download" << file.url << "to" << path;
auto dl = Net::Download::makeFile(file.url, path);