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

How to bundle app icons #17

Closed noqcks closed 5 years ago

noqcks commented 5 years ago

For icons to show up when using Alert() or Notify(), you will need to bundle your application with a app icon.

Any example on how to do this? I can't seem to find good information on Google.

Thank you for your hard work!

gen2brain commented 5 years ago

You can check here how to create .app for macOS https://medium.com/@mattholt/packaging-a-go-application-for-macos-f7084b00f6b5