parent
9b82c87c92
commit
03b13b0b3f
12 changed files with 335 additions and 419 deletions
|
@ -53,7 +53,6 @@ bool LiteLoaderInstaller::add(OneSixInstance *to)
|
|||
{
|
||||
rawLibrary->insertType = RawLibrary::Prepend;
|
||||
OneSixLibrary lib(rawLibrary);
|
||||
lib.finalize();
|
||||
libraries.append(lib.toJson());
|
||||
}
|
||||
|
||||
|
@ -63,7 +62,6 @@ bool LiteLoaderInstaller::add(OneSixInstance *to)
|
|||
liteloaderLib.setAbsoluteUrl(
|
||||
QString("http://dl.liteloader.com/versions/com/mumfrey/liteloader/%1/%2")
|
||||
.arg(m_version->mcVersion, m_version->file));
|
||||
liteloaderLib.finalize();
|
||||
QJsonObject llLibObj = liteloaderLib.toJson();
|
||||
llLibObj.insert("insert", QString("prepend"));
|
||||
llLibObj.insert("MMC-depend", QString("hard"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue