1 changed files with 36 additions and 7 deletions
@ -1,10 +1,39 @@ |
|||
{ |
|||
"updates": { |
|||
"windows": { |
|||
"open-url": "", |
|||
"latest-version": "2.0.1", |
|||
"down-url": "", |
|||
"changelog": "" |
|||
} |
|||
"updates": { |
|||
"windows": { |
|||
"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 Windows. Go on...", |
|||
"mandatory": true |
|||
}, |
|||
"osx": { |
|||
"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 Mac OS X. Go on...", |
|||
"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 |
|||
}, |
|||
"android": { |
|||
"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 Android. Go on...", |
|||
"mandatory": true |
|||
} |
|||
} |
|||
} |
Loading…
Reference in new issue