Browse Source

2023-07-26 16:23:42.80

master
tianzhendong 1 year ago
parent
commit
f97885642e
  1. 26
      definitions/updates-test.json

26
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
}
}
}
Loading…
Cancel
Save