Update Qt manifest to v2.2.0

This commit is contained in:
Cameron Gutman 2020-09-10 00:07:36 -07:00
parent 12b52ed8ca
commit 2d0538a140

View File

@ -2,31 +2,31 @@
{ {
"platform": "windows", "platform": "windows",
"arch": "i386", "arch": "i386",
"version": "2.1.0", "version": "2.2.0",
"browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases" "browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases"
}, },
{ {
"platform": "windows", "platform": "windows",
"arch": "x86_64", "arch": "x86_64",
"version": "2.1.0", "version": "2.2.0",
"browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases" "browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases"
}, },
{ {
"platform": "osx", "platform": "osx",
"arch": "x86_64", "arch": "x86_64",
"version": "2.1.0", "version": "2.2.0",
"browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases" "browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases"
}, },
{ {
"platform": "appimage", "platform": "appimage",
"arch": "x86_64", "arch": "x86_64",
"version": "2.1.0", "version": "2.2.0",
"browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases" "browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases"
}, },
{ {
"platform": "steamlink", "platform": "steamlink",
"arch": "arm", "arch": "arm",
"version": "2.1.0", "version": "2.2.0",
"browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases" "browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases"
} }
] ]