Moved changelog output to get_updates.py and finally made -c parameter

working.
This commit is contained in:
2019-12-12 23:37:27 +01:00
parent 0341218fc1
commit e6b8d941e0
2 changed files with 7 additions and 6 deletions
+7
View File
@@ -110,3 +110,10 @@ if opts.webupdater:
for r in results:
print(r)
if opts.changelog:
if r.changelog:
print("\nChangelog:\n" + r.changelog)
if r.notes:
print("\n\nNotes:\n" + r.notes)
if r.additional_info_url:
print("\nAdditional Information: " + r.additional_info_url)