gen2brain / beeep

Go cross-platform library for sending desktop notifications, alerts and beeps
BSD 2-Clause "Simplified" License
1.43k stars 89 forks source link

re-fix quoting in macOS alert #61

Closed nervo closed 3 months ago

nervo commented 3 months ago

The pr https://github.com/gen2brain/beeep/pull/60 have reintroduced quoting issue fixed by https://github.com/gen2brain/beeep/pull/49 :)

Also, i think it's safer to keep consistency between methods, and as you can see, both double quotes and %q are already used in notify_darwin.go