Moved changelog output to get_updates.py and finally made -c parameter
working.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user