From ece161fac004640e41e9adc38893aa5491aa1060 Mon Sep 17 00:00:00 2001 From: Alexei Stukov Date: Sun, 20 Jan 2019 21:28:12 +0200 Subject: [PATCH] Create installer.json --- installer.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 installer.json diff --git a/installer.json b/installer.json new file mode 100644 index 00000000..ee0e6bc0 --- /dev/null +++ b/installer.json @@ -0,0 +1,20 @@ +[ + { + "name": "client.zip", + "size": "436228", + "remote": "https://github.com/JsSucks/BetterDiscordApp/releases/download/InstallerTest/client.zip", + "hash": "B0543B1D458021BC8F73CCEFB66185738582FD5B27B6F803F3ACB4989C9D1EBA" + }, + { + "name": "core.zip", + "size": "6983826", + "remote": "https://github.com/JsSucks/BetterDiscordApp/releases/download/InstallerTest/core.zip", + "hash": "https://github.com/JsSucks/BetterDiscordApp/releases/download/InstallerTest/core.zip" + }, + { + "name": "csseditor.zip", + "size": "209435", + "remote": "https://github.com/JsSucks/BetterDiscordApp/releases/download/InstallerTest/csseditor.zip", + "hash": "5AD55F136AB515F17D163F017122E6690F01441F004967F53A50C218801A474E" + } +]