sunshine bump to v2025.924.154138, rename from phserver.exe to sunshine.exe

This commit is contained in:
Zhanghu
2026-01-06 09:59:21 +08:00
parent 307d61e7c7
commit 3c2baa16cc
97 changed files with 2474 additions and 1572 deletions

2
win-x64/phserver/scripts/install-service.bat Normal file → Executable file
View File

@@ -58,7 +58,7 @@ if exist "%SERVICE_CONFIG_FILE%" (
echo Setting service start type set to: [!SERVICE_START_TYPE!]
rem Run the sc command to create/reconfigure the service
sc %SC_CMD% %SERVICE_NAME% binPath= "%SERVICE_BIN%" start= %SERVICE_START_TYPE% DisplayName= "Sunshine Service"
sc %SC_CMD% %SERVICE_NAME% binPath= "\"%SERVICE_BIN%\"" start= %SERVICE_START_TYPE% DisplayName= "Sunshine Service"
rem Set the description of the service
sc description %SERVICE_NAME% "Sunshine is a self-hosted game stream host for Moonlight."