From f97885642e66cdc23c4a8d05a8afb43596d853c3 Mon Sep 17 00:00:00 2001 From: tianzhendong <1203886034@qq.com> Date: Wed, 26 Jul 2023 16:23:42 +0800 Subject: [PATCH] 2023-07-26 16:23:42.80 --- definitions/updates-test.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 definitions/updates-test.json diff --git a/definitions/updates-test.json b/definitions/updates-test.json new file mode 100644 index 0000000..36afd88 --- /dev/null +++ b/definitions/updates-test.json @@ -0,0 +1,26 @@ +{ + "updates": { + "windows": { + "full-url": "http://www.tianzd.cn:1995/TianZD/FlightDataAnalysis-deploy/raw/branch/master/download/FlightDataAnalysis-full.exe", + "open-url": "", + "latest-version": "2.2.x", + "download-url": "http://www.tianzd.cn:1995/TianZD/FlightDataAnalysis-deploy/raw/branch/master/download/FlightDataAnalysis.zip", + "changelog": "modify line color", + "mandatory": true + }, + "linux": { + "open-url": "", + "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...", + "mandatory": true + }, + "ios": { + "open-url": "", + "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...", + "mandatory": true + } + } +} \ No newline at end of file