mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-21 19:39:29 +08:00
![]() * Update nsis template * Move app data into config.yml * mac support * Add FileAssociations application config option Support `ApplicationOpenedWithFile` event on Windows Add docs * Add FileAssociations application config option Support `ApplicationOpenedWithFile` event on Windows Add docs Add test project * Update example & docs. Fix show window bug. * Fix window show event bug * Update changelog |
||
---|---|---|
.. | ||
defaults.go | ||
events_darwin.go | ||
events_darwin.h | ||
events_linux.go | ||
events_linux.h | ||
events.go | ||
events.h | ||
events.txt | ||
README.md |
Events
This package is used to generate the event management code and to allow quick addition of events.
Usage
- Add events to
events.txt
- Run
task generate:events
Notes
For events that you want to handle manually, add a !
to the end of the event name and
add custom code into the appropriate platform. See this PR
for an example of how to do this.