mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-08 09:31:44 +08:00
.. | ||
build | ||
frontend | ||
go.mod | ||
go.sum | ||
main.go | ||
README.md | ||
Taskfile.yml |
Notifications Example
This is an example of the Notifications Service.
Running
Windows
cd examples/notifications
go run main.go
macOS
macOS requires a bundle to be built for notifications to work correctly:
wails3 package
Then run the application built in the bin
directory.