Add update manifest for Qt update checker

This commit is contained in:
Cameron Gutman
2018-08-09 22:48:17 -07:00
parent c4dec3e1a9
commit f0219ce1ad

20
updates/qt.json Normal file
View File

@@ -0,0 +1,20 @@
[
{
"platform": "windows",
"arch": "i386",
"version": "0.1.0",
"browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases"
},
{
"platform": "windows",
"arch": "x86_64",
"version": "0.1.0",
"browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases"
},
{
"platform": "osx",
"arch": "x86_64",
"version": "0.1.0",
"browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases"
}
]