| 352 | } |
| 353 | |
| 354 | QStringList MinecraftInstance::getNativeJars() |
| 355 | { |
| 356 | QStringList jars, nativeJars; |
| 357 | auto profile = m_components->getProfile(); |
| 358 | profile->getLibraryFiles(runtimeContext(), jars, nativeJars, getLocalLibraryPath(), binRoot()); |
| 359 | return nativeJars; |
| 360 | } |
| 361 | |
| 362 | QStringList MinecraftInstance::extraArguments() |
| 363 | { |
no test coverage detected