5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-07 01:10:02 +08:00
wails/v3/internal/runtime
Lea Anthony d18b7bc4b8
V3 alpha feature/file association port (#3873)
* 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
2024-11-09 08:58:20 +11:00
..
desktop V3 alpha feature/file association port (#3873) 2024-11-09 08:58:20 +11:00
.gitignore chore: split Taskfile (#2654) 2023-05-30 16:35:59 +08:00
package-lock.json [v3] Update and fix runtime JS API (#3295) 2024-03-20 20:30:14 +11:00
package.json [v3] Update and fix runtime JS API (#3295) 2024-03-20 20:30:14 +11:00
README.md Radical JS runtime overhaul. New @wailsio/runtime package 2023-12-28 19:18:26 +11:00
runtime_darwin.go Fixed dialogs on macOS. Update WML example to use compiled runtime. 2024-01-25 21:00:33 +11:00
runtime_dev.go Fixed dialogs on macOS. Update WML example to use compiled runtime. 2024-01-25 21:00:33 +11:00
runtime_linux.go Fixed dialogs on macOS. Update WML example to use compiled runtime. 2024-01-25 21:00:33 +11:00
runtime_prod.go Fix context menu example 2024-03-20 21:18:46 +11:00
runtime_windows.go Fixed dialogs on macOS. Update WML example to use compiled runtime. 2024-01-25 21:00:33 +11:00
runtime.go Fixed dialogs on macOS. Update WML example to use compiled runtime. 2024-01-25 21:00:33 +11:00
Taskfile.yaml [v3] Update and fix runtime JS API (#3295) 2024-03-20 20:30:14 +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.