lib/QSimpleUpdater/tutorial/definitions/README.md
The updates.json file is the update definitions file. It lists the latest versions, changelogs and download URLs for each platform.
The example project downloads the updates.json file and analyzes it in order to:
mandatory-update field){
"updates": {
"<platform-key>": {
"open-url": "",
"latest-version": "1.0",
"download-url": "https://example.com/update.bin",
"changelog": "HTML changelog text here...",
"mandatory-update": false
}
}
}
Valid platform keys are: windows, osx, linux, ios, android (or any custom key set via setPlatformKey()).