diff --git a/FlightDataAnalysis/download/FlightDataAnalysis-full.exe b/FlightDataAnalysis/download/FlightDataAnalysis-full.exe index d55bd82..a4a20a4 100644 Binary files a/FlightDataAnalysis/download/FlightDataAnalysis-full.exe and b/FlightDataAnalysis/download/FlightDataAnalysis-full.exe differ diff --git a/FlightDataAnalysis/download/Updater.exe b/FlightDataAnalysis/download/Updater.exe index d9101e4..5d345dd 100644 Binary files a/FlightDataAnalysis/download/Updater.exe and b/FlightDataAnalysis/download/Updater.exe differ diff --git a/SimulationControl/SimulationControl-full.exe b/SimulationControl/SimulationControl-full.exe new file mode 100644 index 0000000..a9ec441 Binary files /dev/null and b/SimulationControl/SimulationControl-full.exe differ diff --git a/SimulationControl/definitions/README.md b/SimulationControl/definitions/README.md deleted file mode 100644 index c499e27..0000000 --- a/SimulationControl/definitions/README.md +++ /dev/null @@ -1,12 +0,0 @@ -# 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/SimulationControl/definitions/updates.json b/SimulationControl/definitions/updates.json deleted file mode 100644 index 0b7ce34..0000000 --- a/SimulationControl/definitions/updates.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "updates": { - "windows": { - "full-url": "http://www.tianzd.cn:1995/TianZD/FlightDataAnalysis-deploy/raw/branch/master/download/FlightDataAnalysis-full.exe", - "latest-version": "2.2.3", - "download-url": "http://www.tianzd.cn:1995/TianZD/FlightDataAnalysis-deploy/raw/branch/master/download/FlightDataAnalysis-patch.zip", - "changelog": "modify updater module", - "modify-time": "20230729", - "mandatory": true - }, - "linux": { - "full-url": "http://www.tianzd.cn:1995/TianZD/FlightDataAnalysis-deploy/raw/branch/master/download/FlightDataAnalysis-full.exe", - "latest-version": "1.0", - "download-url": "http://www.tianzd.cn:1995/TianZD/FlightDataAnalysis-deploy/raw/branch/master/download/FlightDataAnalysis-test.exe", - "changelog": "This is an example changelog for Linux. Go on...", - "modify-time": "20230726", - "mandatory": true - }, - "ios": { - "full-url": "http://www.tianzd.cn:1995/TianZD/FlightDataAnalysis-deploy/raw/branch/master/download/FlightDataAnalysis-full.exe", - "latest-version": "1.0", - "download-url": "http://www.tianzd.cn:1995/TianZD/FlightDataAnalysis-deploy/raw/branch/master/download/FlightDataAnalysis-test.exe", - "changelog": "This is an example changelog for iOS. Go on...", - "modify-time": "20230726", - "mandatory": true - } - } -} \ No newline at end of file diff --git a/SimulationControl/updates.json b/SimulationControl/updates.json new file mode 100644 index 0000000..325d836 --- /dev/null +++ b/SimulationControl/updates.json @@ -0,0 +1,12 @@ +{ + "updates": { + "windows": { + "full-url": "http://www.tianzd.cn:1995/TianZD/deploy/raw/branch/master/SimulationControl/SimulationControl-full.exe", + "latest-version": "2.2.3", + "download-url": "http://www.tianzd.cn:1995/TianZD/deploy/raw/branch/master/SimulationControl/SimulationControl-patch.zip", + "changelog": "add updater", + "modify-time": "20230826", + "mandatory": true + } + } +} \ No newline at end of file