Add -u flag to sync project go.mod with CLI version

This commit is contained in:
Lea\Anthony
2021-12-28 06:40:35 +11:00
parent 448cf731bb
commit 84b67a8f53
2 changed files with 38 additions and 3 deletions

View File

@@ -66,6 +66,7 @@ A list of community maintained templates can be found [here](/docs/community/tem
| -upxflags | Flags to pass to upx | |
| -v int | Verbosity level (0 - silent, 1 - default, 2 - verbose) | 1 |
| -webview2 | WebView2 installer strategy: download,embed,browser,error | download |
| -u | Updates your project's `go.mod` to use the same version of Wails as the CLI | |
For a detailed description of the `webview2` flag, please refer to the [Windows](/docs/guides/windows) Guide.