From a87d8335bdf31b18d08fa067c2410887af7e75f0 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Tue, 23 May 2023 20:59:51 -0500 Subject: [PATCH] Add a friendly name for SunshineSvc --- src_assets/windows/misc/service/install-service.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src_assets/windows/misc/service/install-service.bat b/src_assets/windows/misc/service/install-service.bat index 576563bc..4edafc22 100644 --- a/src_assets/windows/misc/service/install-service.bat +++ b/src_assets/windows/misc/service/install-service.bat @@ -21,7 +21,7 @@ if %ERRORLEVEL%==0 ( ) rem Run the sc command to create/reconfigure the service -sc %SC_CMD% %SERVICE_NAME% binPath= %SERVICE_BIN% start= %SERVICE_START_TYPE% +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."