From 5bb95f59c002876199132baaf0c5f14f3d4bb303 Mon Sep 17 00:00:00 2001 From: Jiiks Date: Fri, 1 Feb 2019 14:58:50 +0200 Subject: [PATCH] update installer info --- installer.json | 26 -------------------------- installer/releaseinfo.json | 30 ++++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 26 deletions(-) delete mode 100644 installer.json create mode 100644 installer/releaseinfo.json diff --git a/installer.json b/installer.json deleted file mode 100644 index d39646cc..00000000 --- a/installer.json +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "id": "client", - "name": "client.zip", - "version": "2.0.0", - "size": "436228", - "remote": "https://github.com/JsSucks/BetterDiscordApp/releases/download/InstallerTest/client.zip", - "hash": "B0543B1D458021BC8F73CCEFB66185738582FD5B27B6F803F3ACB4989C9D1EBA" - }, - { - "id": "core", - "name": "core.zip", - "version": "2.0.0", - "size": "6983826", - "remote": "https://github.com/JsSucks/BetterDiscordApp/releases/download/InstallerTest/core.zip", - "hash": "https://github.com/JsSucks/BetterDiscordApp/releases/download/InstallerTest/core.zip" - }, - { - "id": "csseditor", - "name": "csseditor.zip", - "version": "0.0.1", - "size": "209435", - "remote": "https://github.com/JsSucks/BetterDiscordApp/releases/download/InstallerTest/csseditor.zip", - "hash": "5AD55F136AB515F17D163F017122E6690F01441F004967F53A50C218801A474E" - } -] diff --git a/installer/releaseinfo.json b/installer/releaseinfo.json new file mode 100644 index 00000000..704f6596 --- /dev/null +++ b/installer/releaseinfo.json @@ -0,0 +1,30 @@ +{ + "mver": "2.0.0", + "stub": "/master/installer/stub.js", + "files": [ + { + "id": "client", + "name": "client.zip", + "version": "2.0.0", + "size": "436228", + "remote": "/releases/download/InstallerTest/client.zip", + "hash": "B0543B1D458021BC8F73CCEFB66185738582FD5B27B6F803F3ACB4989C9D1EBA" + }, + { + "id": "core", + "name": "core.zip", + "version": "2.0.0", + "size": "6983826", + "remote": "/releases/download/InstallerTest/core.zip", + "hash": "CF2AB488FB4FFF0EF2F5EC41930A62753D7DA5062954CDE1C27DD931F4560DC9" + }, + { + "id": "csseditor", + "name": "csseditor.zip", + "version": "0.0.1", + "size": "209435", + "remote": "/releases/download/InstallerTest/csseditor.zip", + "hash": "5AD55F136AB515F17D163F017122E6690F01441F004967F53A50C218801A474E" + } + ] +}