5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-07 01:10:02 +08:00
wails/v3/internal/runtime
5aaee9 f8250fb0d8
darwin: add event ApplicationShouldHandleReopen (#2991)
* darwin: add ApplicationShouldHandleReopen

* docs: update changelog with mr id

* events: update id

* feat: always return true

* Merge v3-alpha and regenerate events

* darwin: allow pass nsdirectory to processApplicationEvent

---------

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
2023-10-22 21:12:12 +11:00
..
desktop darwin: add event ApplicationShouldHandleReopen (#2991) 2023-10-22 21:12:12 +11:00
.gitignore chore: split Taskfile (#2654) 2023-05-30 16:35:59 +08:00
assets_dev.go Feature: AssetServer Runtime (#2335) 2023-02-06 20:50:11 +11:00
assets.go Feature: AssetServer Runtime (#2335) 2023-02-06 20:50:11 +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 update wml events to be parseable (#2561) 2023-04-11 18:28:06 +10:00
runtime_debug_darwin.go merge exp branch 2023-01-18 21:42:49 +11:00
runtime_debug_desktop_darwin.js Fix resize on windows 2023-10-16 19:29:42 +11:00
runtime_debug_desktop_linux.js Fix resize on windows 2023-10-16 19:29:42 +11:00
runtime_debug_desktop_windows.js Fix resize on windows 2023-10-16 19:29:42 +11:00
runtime_debug_linux.go merge exp branch 2023-01-18 21:42:49 +11:00
runtime_debug_windows.go merge exp branch 2023-01-18 21:42:49 +11:00
runtime_production_darwin.go merge exp branch 2023-01-18 21:42:49 +11:00
runtime_production_desktop_darwin.js Fix resize on windows 2023-10-16 19:29:42 +11:00
runtime_production_desktop_linux.js Fix resize on windows 2023-10-16 19:29:42 +11:00
runtime_production_desktop_windows.js Fix resize on windows 2023-10-16 19:29:42 +11:00
runtime_production_linux.go merge exp branch 2023-01-18 21:42:49 +11:00
runtime_production_windows.go merge exp branch 2023-01-18 21:42:49 +11:00
Taskfile.yaml [v3] Default context menu always shows in debug/dev 2023-06-28 18:47:39 +10: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 wails task build-runtime.