Added 'notice' string to auto-update info
This commit is contained in:
parent
b5f02cbcc7
commit
6ea9e8b783
5 changed files with 39 additions and 12 deletions
|
@ -49,6 +49,8 @@ public class JacksonAutoUpdateReader {
|
|||
aui.putLatestURL( entry.getKey(), entry.getValue().textValue() );
|
||||
}
|
||||
|
||||
aui.setNotice( latestNode.get( "notice" ).textValue() );
|
||||
|
||||
JsonNode changelogNode = historyNode.get( "changelog" );
|
||||
|
||||
for ( JsonNode releaseNode : changelogNode ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue