GH-967 make libraries handle their own path prefix
Makes it possible to mix libraries managed by FTB and MultiMC Backport from unstable
This commit is contained in:
@ -227,8 +227,8 @@ void OneSixUpdate::jarlibStart()
|
||||
continue;
|
||||
}
|
||||
|
||||
QString raw_storage = lib->storagePath();
|
||||
QString raw_dl = lib->downloadUrl();
|
||||
QString raw_storage = lib->storageSuffix();
|
||||
QString raw_dl = lib->url().toString();
|
||||
|
||||
auto f = [&](QString storage, QString dl)
|
||||
{
|
||||
|
Reference in New Issue
Block a user