NOISSUE take forge xz download url base from the metadata file
Instead of hardcoding it.
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user