Merge pull request #269 from JsSucks/installer-tests
Create installer.json
This commit is contained in:
commit
c29b659afb
|
@ -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"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue