Show library versions in summary

This commit is contained in:
Fierelier 2021-04-01 12:09:54 +02:00
parent 6099318e34
commit 5f251b4593

View File

@ -303,7 +303,7 @@ def main():
if library["type"] == "client":
print("Client: " +library["filePathOS"])
else:
print("- " +library["path"])
print("- " +library["path"]+ ":" +library["version"])
else:
print("Lib not found: " +library["path"])