From e92eba2bfafbf6790df831d111d66b01e500341d Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 17 Jan 2021 12:11:30 -0600 Subject: [PATCH] Update Qt manifest to v3.0.0 --- updates/qt.json | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/updates/qt.json b/updates/qt.json index 8c36da7..d7753dd 100644 --- a/updates/qt.json +++ b/updates/qt.json @@ -2,31 +2,43 @@ { "platform": "windows", "arch": "i386", - "version": "2.2.0", + "version": "3.0.0", "browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases" }, { "platform": "windows", "arch": "x86_64", - "version": "2.2.0", + "version": "3.0.0", + "browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases" + }, + { + "platform": "windows", + "arch": "arm64", + "version": "3.0.0", "browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases" }, { "platform": "osx", "arch": "x86_64", - "version": "2.2.0", + "version": "3.0.0", + "browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases" + }, + { + "platform": "osx", + "arch": "arm64", + "version": "3.0.0", "browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases" }, { "platform": "appimage", "arch": "x86_64", - "version": "2.2.0", + "version": "3.0.0", "browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases" }, { "platform": "steamlink", "arch": "arm", - "version": "2.2.0", + "version": "3.0.0", "browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases" } ] \ No newline at end of file