mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-05 21:02:39 +08:00
Updated daemon names
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
|
||||
// platform dependent name of a daemon
|
||||
#if SYSAPI_WIN32
|
||||
#define DAEMON_NAME "Synergy Client"
|
||||
#define DAEMON_NAME "Synergy+ Client"
|
||||
#elif SYSAPI_UNIX
|
||||
#define DAEMON_NAME "synergyc"
|
||||
#endif
|
||||
@@ -80,7 +80,7 @@ public:
|
||||
m_serverAddress(NULL),
|
||||
m_logFile(NULL)
|
||||
{ s_instance = this; }
|
||||
~CArgs() { s_instance = NULL; }
|
||||
~CArgs() { s_instance = NULL; }
|
||||
|
||||
public:
|
||||
static CArgs* s_instance;
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
|
||||
// platform dependent name of a daemon
|
||||
#if SYSAPI_WIN32
|
||||
#define DAEMON_NAME "Synergy Server"
|
||||
#define DAEMON_NAME "Synergy+ Server"
|
||||
#elif SYSAPI_UNIX
|
||||
#define DAEMON_NAME "synergys"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user