diff --git a/definitions/README.md b/definitions/README.md new file mode 100644 index 0000000..c499e27 --- /dev/null +++ b/definitions/README.md @@ -0,0 +1,12 @@ +# 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. diff --git a/download/FlightDataAnalysis-test.exe b/download/FlightDataAnalysis-test.exe deleted file mode 100644 index fbc7f43..0000000 Binary files a/download/FlightDataAnalysis-test.exe and /dev/null differ diff --git a/download/FlightDataAnalysis.zip b/download/FlightDataAnalysis.zip index 56b4d3f..66a7ef3 100644 Binary files a/download/FlightDataAnalysis.zip and b/download/FlightDataAnalysis.zip differ