5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-14 16:09:31 +08:00
wails/v3/internal/runtime
Lea Anthony 68b12d4fff
Refactored application shutdown process to streamline app termination.
The application shutdown process has been significantly reworked to be more efficient and robust. The refactored code removes the event listener for the 'ApplicationTerminate' event. Instead, an in-process flag is added to the 'Quit' method to prevent recursive calls. Additionally, an optional 'OnShutdown' function variable is introduced to allow custom cleanup operations upon app termination.
2024-01-09 18:19:09 +11:00
..
desktop Refactored application shutdown process to streamline app termination. 2024-01-09 18:19:09 +11:00
.gitignore chore: split Taskfile (#2654) 2023-05-30 16:35:59 +08:00
assets_dev.go Radical JS runtime overhaul. New @wailsio/runtime package 2023-12-28 19:18:26 +11:00
assets.go Radical JS runtime overhaul. New @wailsio/runtime package 2023-12-28 19:18:26 +11:00
package-lock.json [v3] Update esbuild 2023-05-30 16:33:34 +08:00
package.json [v3] Update esbuild 2023-05-30 16:33:34 +08:00
README.md Radical JS runtime overhaul. New @wailsio/runtime package 2023-12-28 19:18:26 +11:00
runtime_debug.js Radical JS runtime overhaul. New @wailsio/runtime package 2023-12-28 19:18:26 +11:00
runtime.js Radical JS runtime overhaul. New @wailsio/runtime package 2023-12-28 19:18:26 +11:00
Taskfile.yaml [darwin] add support for quitting app 2024-01-08 21:22:33 +11:00
vite.config.ts merge exp branch 2023-01-18 21:42:49 +11:00

Runtime

To rebuild the runtime run task build-runtime or if you have Wails v3 CLI, you can use wails3 task build-runtime.