mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
* fix: make options in update build-assets override Before this fix, if `-config` was passed to `wails3 update build-assets`, the values in the config file, even if they were empty, would be used. Now, we only use the config file value if the value was not passed in on the command line (or is the zero value or default value for the option). I'll be honest, I feel a little dirty about this implementation since I had to copy string constants out of struct tags. Not very DRY of me. That said, there was no obvious way to get the default value of a given option. If I missed something, happy to have this corrected, but I've tested it and it seems to be doing the things it should be doing. * Update v3 changelog |
||
|---|---|---|
| .. | ||
| cmd/wails3 | ||
| examples | ||
| internal | ||
| pkg | ||
| scripts | ||
| tasks | ||
| test/docker | ||
| tests/window-visibility-test | ||
| wep | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc.yml | ||
| go.mod | ||
| go.sum | ||
| README.md | ||
| release-notes.txt | ||
| release_notes.md | ||
| Taskfile.yaml | ||
| TESTING.md | ||
| UNRELEASED_CHANGELOG.md | ||
v3 Alpha
Thanks for wanting to help out with testing/developing Wails v3! This guide will help you get started.
Getting Started
All the instructions for getting started are in the v3 documentation directory: mkdocs-website.
Please read the README.md file in that directory for more information.