You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
575 B
13 lines
575 B
12 months ago
|
# What is this?
|
||
|
|
||
|
The [updates.json](updates.json) file is the update definitions file. In other words, it lists the latest versions, changelogs and download URLs for each platform.
|
||
|
|
||
|
The example project downloads the [updates.json](updates.json) file and analyzes in order to:
|
||
|
|
||
|
- Compare the local (user set) version and the remote version (specified in [updates.json](updates.json))
|
||
|
- Download the change log for the current platform
|
||
|
- Obtain the download URLs
|
||
|
- Obtain the URL to open (if specified)
|
||
|
|
||
|
Check the article on this article on the [wiki](#) for more information.
|