add mac notice

This commit is contained in:
2025-12-09 20:43:52 +01:00
parent afd4f1b26e
commit 56419497b9

View File

@@ -17,3 +17,8 @@ Jellydisc updates Discord Rich Presence by checking what you're currently listen
```bash ```bash
python main.py python main.py
``` ```
## NOTE
On MacOS, you'll need to patch the `pypresence` library to work around an issue with it being unable to find the Discord IPC socket. You can do this by editing the `pypresence/utils.py` file.
The changes are kept in the `patches/pypresence_macfix.patch` file.