Merge pull request #269 from JsSucks/installer-tests

Create installer.json
This commit is contained in:
Alexei Stukov 2019-01-20 21:31:30 +02:00 committed by GitHub
commit c29b659afb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

20
installer.json Normal file
View File

@ -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"
}
]