We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd96aa0 commit f22b00dCopy full SHA for f22b00d
src_assets/windows/misc/service/install-service.bat
@@ -58,7 +58,7 @@ if exist "%SERVICE_CONFIG_FILE%" (
58
echo Setting service start type set to: [!SERVICE_START_TYPE!]
59
60
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"
+sc %SC_CMD% %SERVICE_NAME% binPath= """%SERVICE_BIN%""" start= %SERVICE_START_TYPE% DisplayName= "Sunshine Service"
62
63
rem Set the description of the service
64
sc description %SERVICE_NAME% "Sunshine is a self-hosted game stream host for Moonlight."
0 commit comments