Rename SunshineSvc to SunshineService

This avoids a MalwareBytes false positive.

Fixes #1126
This commit is contained in:
Cameron Gutman
2023-05-25 23:48:34 -05:00
parent 60ebafd15a
commit 9a65c91671
5 changed files with 16 additions and 10 deletions
@@ -1,4 +1,4 @@
@echo off
rem Set the service to auto-start
sc config sunshinesvc start= auto
sc config SunshineService start= auto