Skip to content

Commit 5295e10

Browse files
committed
Use Library.RealName for installed libraries
1 parent 3ba507a commit 5295e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public void rescanLibraries() {
183183

184184
UserLibrary lib = new UserLibrary( //
185185
new File(l.getInstallDir()), //
186-
l.getName(), //
186+
l.getRealName(), //
187187
l.getVersion(), //
188188
l.getAuthor(), //
189189
l.getMaintainer(), //

0 commit comments

Comments
 (0)