mirror of
https://github.com/moonlight-stream/moonlight-stream.github.io.git
synced 2025-07-01 15:25:34 +00:00
Add minimum kernel version elements to the Qt update manifest
This commit is contained in:
parent
60f24f2324
commit
8f65a81f03
@ -3,12 +3,14 @@
|
|||||||
"platform": "windows",
|
"platform": "windows",
|
||||||
"arch": "i386",
|
"arch": "i386",
|
||||||
"version": "3.0.0",
|
"version": "3.0.0",
|
||||||
|
"kernel_version_at_least": "6.1",
|
||||||
"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": "3.0.0",
|
"version": "3.0.0",
|
||||||
|
"kernel_version_at_least": "6.1",
|
||||||
"browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases"
|
"browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -21,6 +23,7 @@
|
|||||||
"platform": "osx",
|
"platform": "osx",
|
||||||
"arch": "x86_64",
|
"arch": "x86_64",
|
||||||
"version": "3.0.0",
|
"version": "3.0.0",
|
||||||
|
"kernel_version_at_least": "17.0",
|
||||||
"browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases"
|
"browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user