updatetest.json 564 B

123456789101112131415161718
  1. {
  2. "updates": {
  3. "windows": {
  4. "open-url": "",
  5. "latest-version": "1.0.0.1",
  6. "download-url": "http://hscae.cn:3000/attachments/4447849a-15d7-478d-89ff-3c0fca1b875b",
  7. "changelog": "This is an example changelog for Windows. Go on...",
  8. "mandatory": true
  9. },
  10. "osx": {
  11. "open-url": "",
  12. "latest-version": "1.0.0.1",
  13. "download-url": "http://hscae.cn:3000/attachments/4447849a-15d7-478d-89ff-3c0fca1b875b",
  14. "changelog": "This is an example changelog for Mac OS X. Go on...",
  15. "mandatory": true
  16. }
  17. }
  18. }