Modified README and added warning in bridge.c

This commit is contained in:
OrigamingWasTaken
2024-05-21 23:46:19 +02:00
parent 8dd5952a64
commit dcd9cf520e
3 changed files with 91 additions and 2 deletions

View File

@ -262,7 +262,7 @@ void ConnectToSocket(int fd)
DWORD dwAttrib = GetFileAttributes(runtime);
if (dwAttrib == INVALID_FILE_ATTRIBUTES || !(dwAttrib & FILE_ATTRIBUTE_DIRECTORY))
{
print("IPC directory does not exist: %s\n", runtime);
print("IPC directory does not exist: %s. If you're on MacOS, see the github guide on how to install the launchd service.\n", runtime);
// Handle the case where the directory doesn't exist
// For example, create the directory
if (!RunningAsService)