mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-05 12:56:58 +03:00
NOISSUE Add sorting options to FTB pack install page
This commit is contained in:
parent
ed11d33054
commit
b8c6a42f49
9 changed files with 158 additions and 33 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue