mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-07-30 14:25:39 +08:00
42 lines
1.6 KiB
JSON
42 lines
1.6 KiB
JSON
{
|
|
"version": "6.1.0",
|
|
"description": "GameStream client for PCs (Windows, Mac, Linux, and Steam Link)",
|
|
"homepage": "https://moonlight-stream.org",
|
|
"license": "GPL-3.0-only",
|
|
"suggest": {
|
|
"vcredist": "extras/vcredist2022"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/moonlight-stream/moonlight-qt/releases/download/v6.1.0/MoonlightPortable-x64-6.1.0.zip",
|
|
"hash": "95f4d0853a31c7fced4b6d233ddf55ee41720963f2e2620a9cb49a21d112aed1"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/moonlight-stream/moonlight-qt/releases/download/v6.1.0/MoonlightPortable-arm64-6.1.0.zip",
|
|
"hash": "c4553d7d7ffde2dd7fcd89be1776afdfd4b1736eaf7db9432b8f3b6a9a2078c6"
|
|
}
|
|
},
|
|
"pre_install": "if (!(Test-Path \"$persist_dir$($cfg = '/Moonlight Game Streaming Project')\")) { $null = New-Item -ItemType Directory \"$dir$cfg\" }",
|
|
"bin": "Moonlight.exe",
|
|
"shortcuts": [
|
|
[
|
|
"Moonlight.exe",
|
|
"Moonlight"
|
|
]
|
|
],
|
|
"persist": "Moonlight Game Streaming Project",
|
|
"checkver": {
|
|
"github": "https://github.com/moonlight-stream/moonlight-qt"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/moonlight-stream/moonlight-qt/releases/download/v$version/MoonlightPortable-x64-$version.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/moonlight-stream/moonlight-qt/releases/download/v$version/MoonlightPortable-arm64-$version.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|