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

@@ -140,7 +140,7 @@ namespace service_ctrl {
return;
}
service_handle = OpenServiceA(scm_handle, "SunshineService", service_desired_access);
service_handle = OpenServiceA(scm_handle, "ApolloService", service_desired_access);
if (!service_handle) {
auto winerr = GetLastError();
BOOST_LOG(error) << "OpenService() failed: "sv << winerr;