mirror of
https://github.com/tnodir/fort
synced 2024-11-15 08:46:03 +00:00
Fix Service display name.
This commit is contained in:
parent
1005fbc692
commit
9e7e089b98
@ -127,7 +127,7 @@ bool uninstallService(const wchar_t *serviceName)
|
||||
}
|
||||
|
||||
const wchar_t *const StartupUtil::serviceName = L"" APP_BASE "Svc";
|
||||
const wchar_t *const StartupUtil::serviceDisplay = L"" APP_NAME "Service";
|
||||
const wchar_t *const StartupUtil::serviceDisplay = L"" APP_NAME " Service";
|
||||
|
||||
bool StartupUtil::isServiceInstalled()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user