mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-07 01:10:02 +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 |
||
---|---|---|
.. | ||
desktop | ||
.gitignore | ||
package-lock.json | ||
package.json | ||
README.md | ||
runtime_darwin.go | ||
runtime_dev.go | ||
runtime_linux.go | ||
runtime_prod.go | ||
runtime_windows.go | ||
runtime.go | ||
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
.