From 32067d31719a09f851ec40500d2c70b1907150bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Cort=C3=A9z?= Date: Fri, 19 Feb 2016 09:08:27 -0600 Subject: [PATCH] Added json files for the updater --- updates/snapshots.json | 4 ++++ updates/stable.json | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 updates/snapshots.json create mode 100644 updates/stable.json diff --git a/updates/snapshots.json b/updates/snapshots.json new file mode 100644 index 00000000..d65b4706 --- /dev/null +++ b/updates/snapshots.json @@ -0,0 +1,4 @@ +{"current_version": "10.99", +"description": "Changes: Read the changelog from the help menu in the menu bar.", +"downloads": +{"Windows32": "http://twblue.es/pubs/twblue_snapshot.zip"}} \ No newline at end of file diff --git a/updates/stable.json b/updates/stable.json new file mode 100644 index 00000000..179f5017 --- /dev/null +++ b/updates/stable.json @@ -0,0 +1,5 @@ +{"current_version": "0.80", +"description": "The first version for the new generation of TWBlue.", +"downloads": +{"Windows32": "http://twblue.es/pubs/twblue_ngen_0.80_x86.zip", +"Windows64": "http://twblue.es/pubs/twblue_ngen_0.80_x64.zip"}} \ No newline at end of file