mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-10 22:19:46 +08:00
![]() This commit adds a robust teardown process for windows on application shutdown. It introduces a field to track the destruction state of each window and checks such before performing window operations. Also, it enhances the destroy functions within application for thorough clean up. Finally, redundant event handlers related to application termination were removed while fixing file generating challenge in go tasks. |
||
---|---|---|
.. | ||
desktop | ||
.gitignore | ||
assets_dev.go | ||
assets.go | ||
package-lock.json | ||
package.json | ||
README.md | ||
runtime_debug.js | ||
runtime.js | ||
Taskfile.yaml | ||
vite.config.ts |
Runtime
To rebuild the runtime run task build-runtime
or if you have Wails v3 CLI, you can use wails3 task build-runtime
.