From 2ad1a3553bcdbaa09622451d5c549dc4a159e53b Mon Sep 17 00:00:00 2001 From: Terry MacDonald Date: Sun, 13 Dec 2020 14:26:06 +1300 Subject: [PATCH] Added a index.json This allows the autoupdate functionality to work. --- docs/update/index.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/update/index.json diff --git a/docs/update/index.json b/docs/update/index.json new file mode 100644 index 0000000..9e4e0ff --- /dev/null +++ b/docs/update/index.json @@ -0,0 +1,14 @@ +{ + "version": "0.1-alpha.0", + "url": "https://github.com/terrymacdonald/DisplayMagician/releases/download/v1.0-alpha.0/DisplayMagician-1.0-alpha.0.zip", + "changelog": "https://github.com/terrymacdonald/DisplayMagician/releases", + "mandatory": { + "value": true, + "minVersion": "0.0.1.0", + "mode": 1 + }, + "checksum": { + "value": "E5F59E50FC91A9E52634FFCB11F32BD37FE0E2F1", + "hashingAlgorithm": "SHA1" + } +} \ No newline at end of file