Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

moonlight-nightly: Add version 2573 #1914

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions bucket/moonlight-nightly.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"version": "2580",
"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://ci.appveyor.com/api/buildjobs/57s294gg9s6rbinq/artifacts/MoonlightPortable-x64-r2580.zip",
"hash": "e2f9b2afeb8feee3186a9ba049e7e5510dbd74605aaf4b0869f74e90fe2450e4"
},
"arm64": {
"url": "https://ci.appveyor.com/api/buildjobs/57s294gg9s6rbinq/artifacts/MoonlightPortable-arm64-r2580.zip",
"hash": "37813c7ef8566785c5a68599775c674d6e491f6717ff889129cc4fd88cb441be"
}
},
"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": {
"script": [
"$build = (Invoke-RestMethod https://ci.appveyor.com/api/projects/cgutman/moonlight-qt).Build",
"$buildNumber = $build.buildNumber",
"foreach ($job in $build.Jobs) {",
" if ($job.osType -eq 'Windows') {",
" if ($job.status -ne 'success') { return '' }",
" $jobId = $job.jobId",
" break",
" }",
"}",
"$buildNumber, $jobId -join ' '"
],
"regex": "\\A(\\d+) (?<job>[a-z\\d]+)\\Z"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://ci.appveyor.com/api/buildjobs/$matchJob/artifacts/MoonlightPortable-x64-r$version.zip"
},
"arm64": {
"url": "https://ci.appveyor.com/api/buildjobs/$matchJob/artifacts/MoonlightPortable-arm64-r$version.zip"
}
}
}
}