NOISSUE fix issue with the narrator feature by splitting java and native libraries
This commit is contained in:
parent
dddc5cedf3
commit
8e58d61150
6 changed files with 49 additions and 20 deletions
|
@ -283,6 +283,8 @@ QStringList OneSixInstance::verboseDescription(AuthSessionPtr session)
|
|||
printLibFile(file);
|
||||
}
|
||||
printLibFile(mainJarPath());
|
||||
out << "";
|
||||
out << "Native libraries:";
|
||||
for(auto file: nativeJars)
|
||||
{
|
||||
printLibFile(file);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue