Skip to content

Commit

Permalink
sunshine-nightly: Add version 2024.821.113643
Browse files Browse the repository at this point in the history
  • Loading branch information
brian6932 committed Aug 21, 2024
1 parent 57382a8 commit adeff6e
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions bucket/sunshine-nightly.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"version": "2024.821.113643",
"description": "A Gamestream host for Moonlight",
"homepage": "https://github.com/LizardByte/Sunshine",
"license": "GPL-3.0-only",
"notes": [
"Check the '$dir\\scripts' folder to setup the service and firewall rules.",
"Sunshine can be configured at https://localhost:47990/ by default."
],
"architecture": {
"64bit": {
"url": "https://github.com/LizardByte/Sunshine/releases/download/v2024.821.113643/sunshine-windows-portable.zip",
"hash": "95164fa1148f1a1c64fe6de839c192a837cfea68a85c1d95518b405db50c0e8c"
}
},
"extract_dir": "Sunshine",
"pre_install": "Set-Content \"$dir/sunshine.bat\" (@('@echo off', 'pushd %~dp0 && sunshine.exe %* && popd') -join \"`r`n\")",
"bin": [
"sunshine.bat",
"tools/dxgi-info.exe",
"tools/audio-info.exe"
],
"shortcuts": [
[
"sunshine.exe",
"Sunshine"
]
],
"persist": "config",
"checkver": {
"url": "https://api.github.com/repositories/438803890/releases",
"jsonpath": "$[0].tag_name",
"regex": "\\Av(\\S+)\\Z"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/LizardByte/Sunshine/releases/download/v$version/sunshine-windows-portable.zip"
}
}
}
}

0 comments on commit adeff6e

Please sign in to comment.