Update Qt update manifest to 2.0.0

This commit is contained in:
Cameron Gutman 2020-04-27 20:26:00 -07:00
parent 3599616416
commit 019b2ae4b1

View File

@ -2,31 +2,31 @@
{ {
"platform": "windows", "platform": "windows",
"arch": "i386", "arch": "i386",
"version": "1.2.1", "version": "2.0.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": "1.2.1", "version": "2.0.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": "1.2.1", "version": "2.0.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": "1.2.1", "version": "2.0.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": "1.2.1", "version": "2.0.0",
"browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases" "browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases"
} }
] ]