5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-15 00:19:30 +08:00
wails/v3/examples/notifications/README.md
2025-04-25 20:51:34 +10:00

21 lines
316 B
Markdown

# Notifications Example
This is an example of the Notifications Service.
## Running
### Windows
```sh
cd examples/notifications
go run main.go
```
### macOS
macOS requires a bundle to be built for notifications to work correctly:
```sh
wails3 package
```
Then run the application built in the `bin` directory.