mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
NOISSUE take forge xz download url base from the metadata file
Instead of hardcoding it.
This commit is contained in:
parent
58260da861
commit
8a7f1e405f
3 changed files with 6 additions and 6 deletions
|
|
@ -105,7 +105,7 @@ QList< std::shared_ptr< NetAction > > Library::getDownloads(OpSys system, class
|
|||
if (isForge)
|
||||
{
|
||||
qDebug() << "XzDownload for:" << rawName() << "storage:" << storage << "url:" << url;
|
||||
out.append(ForgeXzDownload::make(storage, entry));
|
||||
out.append(ForgeXzDownload::make(url, storage, entry));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue