5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-08 09:31:44 +08:00
wails/v3/examples/notifications
2025-04-25 20:51:34 +10:00
..
build Update v3/examples/notifications/build/windows/nsis/wails_tools.nsh 2025-04-12 13:21:58 +10:00
frontend Initial Windows testing completed. 7 issues. 2025-04-25 20:51:34 +10:00
go.mod Initial Windows testing completed. 7 issues. 2025-04-25 20:51:34 +10:00
go.sum Initial Windows testing completed. 7 issues. 2025-04-25 20:51:34 +10:00
main.go windows improvements 2025-04-22 14:23:32 -07:00
README.md Initial Windows testing completed. 7 issues. 2025-04-25 20:51:34 +10:00
Taskfile.yml update example 2025-03-24 16:05:57 -07:00

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.