Skip to content

Commit f22b00d

Browse files
Merge commit from fork
1 parent fd96aa0 commit f22b00d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src_assets/windows/misc/service/install-service.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ if exist "%SERVICE_CONFIG_FILE%" (
5858
echo Setting service start type set to: [!SERVICE_START_TYPE!]
5959

6060
rem Run the sc command to create/reconfigure the service
61-
sc %SC_CMD% %SERVICE_NAME% binPath= "%SERVICE_BIN%" start= %SERVICE_START_TYPE% DisplayName= "Sunshine Service"
61+
sc %SC_CMD% %SERVICE_NAME% binPath= """%SERVICE_BIN%""" start= %SERVICE_START_TYPE% DisplayName= "Sunshine Service"
6262

6363
rem Set the description of the service
6464
sc description %SERVICE_NAME% "Sunshine is a self-hosted game stream host for Moonlight."

0 commit comments

Comments
 (0)