Sfoglia il codice sorgente

添加更新文件。

Gfei 4 anni fa
commit
9d57d44aac
1 ha cambiato i file con 18 aggiunte e 0 eliminazioni
  1. 18 0
      definitions/updates.json

+ 18 - 0
definitions/updates.json

@@ -0,0 +1,18 @@
+{
+  "updates": {
+    "windows": {
+      "open-url": "",
+      "latest-version": "1.0.0.1",
+      "download-url": "http://hscae.cn:3000/attachments/4447849a-15d7-478d-89ff-3c0fca1b875b",
+      "changelog": "This is an example changelog for Windows. Go on...",
+      "mandatory": true
+    },
+    "osx": {
+      "open-url": "",
+      "latest-version": "1.0.0.1",
+      "download-url": "http://hscae.cn:3000/attachments/4447849a-15d7-478d-89ff-3c0fca1b875b",
+      "changelog": "This is an example changelog for Mac OS X. Go on...",
+      "mandatory": true
+    }
+  }
+}