From adeff6eea8d1d505d40c36781ece2587cce532ae Mon Sep 17 00:00:00 2001 From: Brian <18603393+brian6932@users.noreply.github.com> Date: Wed, 21 Aug 2024 10:03:59 -0400 Subject: [PATCH] sunshine-nightly: Add version 2024.821.113643 --- bucket/sunshine-nightly.json | 42 ++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 bucket/sunshine-nightly.json diff --git a/bucket/sunshine-nightly.json b/bucket/sunshine-nightly.json new file mode 100644 index 00000000000..1d835544242 --- /dev/null +++ b/bucket/sunshine-nightly.json @@ -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" + } + } + } +}