commit 3519b3288395b26f03742febec55140d58574c69 parent 3380459fb6f77afca0cfc7ada6404130b43bc35e Author: Jack Mordaunt <jackmordaunt.dev@gmail.com> Date: Fri, 17 Jan 2025 15:21:19 +0800 docs: explain that an NSApplication is needed on macOS Diffstat:
| M | README.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -11,7 +11,7 @@ If you need more power on a given platform, use the platform specific modules di ## Caveats -MacOS programs need to be bundled and codesigned for notifications to be allowed. +MacOS programs need to have a GUI (NSApplication), be bundled into an app, and codesigned for notifications to be allowed. Linux programs will get access to a better platform API if sandboxed, such as in a Flatpak.