Migrate installer to Apollo

This commit is contained in:
Yukino Song
2024-08-23 00:55:56 +08:00
parent 88a3cfd7a5
commit 8bbd64f025
15 changed files with 79 additions and 27 deletions

View File

@@ -4,6 +4,6 @@ rem Stop and delete the legacy SunshineSvc service
net stop sunshinesvc
sc delete sunshinesvc
rem Stop and delete the new SunshineService service
net stop SunshineService
sc delete SunshineService
rem Stop and delete the new ApolloService service
net stop ApolloService
sc delete ApolloService