Extract native libs in the launcher part.
This commit is contained in:
parent
b182f12c20
commit
c46c508fc6
5 changed files with 137 additions and 49 deletions
|
@ -349,11 +349,6 @@ void OneSixUpdate::prepareForLaunch()
|
|||
return;
|
||||
}
|
||||
/*
|
||||
* emitFailed("Could not create the native library folder:\n" + natives_dir_raw +
|
||||
"\nMake sure MultiMC has appropriate permissions and there is enough
|
||||
space "
|
||||
"on the storage device.");
|
||||
*/
|
||||
for (auto lib : version->getActiveNativeLibs())
|
||||
{
|
||||
if (!lib->filesExist())
|
||||
|
@ -372,6 +367,6 @@ void OneSixUpdate::prepareForLaunch()
|
|||
return;
|
||||
}
|
||||
}
|
||||
|
||||
*/
|
||||
emitSucceeded();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue