mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-15 12:29:26 +01:00
Use Library.RealName for installed libraries
This commit is contained in:
parent
3ba507ab43
commit
5295e106db
@ -183,7 +183,7 @@ public class LibrariesIndexer {
|
|||||||
|
|
||||||
UserLibrary lib = new UserLibrary( //
|
UserLibrary lib = new UserLibrary( //
|
||||||
new File(l.getInstallDir()), //
|
new File(l.getInstallDir()), //
|
||||||
l.getName(), //
|
l.getRealName(), //
|
||||||
l.getVersion(), //
|
l.getVersion(), //
|
||||||
l.getAuthor(), //
|
l.getAuthor(), //
|
||||||
l.getMaintainer(), //
|
l.getMaintainer(), //
|
||||||
|
Loading…
x
Reference in New Issue
Block a user