Update Qt manifest to v3.2.0 and drop High Sierra

This commit is contained in:
Cameron Gutman 2022-01-18 21:08:52 -06:00
parent 1507e8a420
commit 01139e49f5

View File

@ -2,21 +2,28 @@
{
"platform": "windows",
"arch": "i386",
"version": "3.1.4",
"version": "3.2.0",
"kernel_version_at_least": "6.1",
"browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases"
},
{
"platform": "windows",
"arch": "x86_64",
"version": "3.1.4",
"version": "3.2.0",
"kernel_version_at_least": "6.1",
"browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases"
},
{
"platform": "windows",
"arch": "arm64",
"version": "3.1.4",
"version": "3.2.0",
"browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases"
},
{
"platform": "osx",
"arch": "x86_64",
"version": "3.2.0",
"kernel_version_at_least": "18.0",
"browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases"
},
{
@ -29,19 +36,19 @@
{
"platform": "osx",
"arch": "arm64",
"version": "3.1.4",
"version": "3.2.0",
"browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases"
},
{
"platform": "appimage",
"arch": "x86_64",
"version": "3.1.4",
"version": "3.2.0",
"browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases"
},
{
"platform": "steamlink",
"arch": "arm",
"version": "3.1.4",
"version": "3.2.0",
"browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases"
}
]