mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-15 07:05:50 +01:00
* [v2] Add support for post build hooks Currently only supports build-level hooks * [v2] Improve build assets handling and use single source for manifest generation The manifest asset files are now a go template and data will be resolved before they are included into the build output. Breaking Change: Windows manifest file must be named “wails.exe.manifest” and doesn’t depend on the project name anymore. * [v2, windows] NSIS installer generation |
||
|---|---|---|
| .. | ||
| cmd/wails | ||
| internal | ||
| pkg | ||
| go.mod | ||
| go.sum | ||
| init.go | ||
| init_windows.go | ||
| NOTES.md | ||
| README.md | ||
| wails.go | ||
Wails v2 ALPHA
This branch contains WORK IN PROGRESS! There are no guarantees. Use at your peril!
This document will be updated as progress is made.