fix obfuscate build param name (#2542)

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
This commit is contained in:
憧憬Licoy 2023-04-01 18:48:03 +08:00 committed by GitHub
commit 1e8b938d15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,7 +72,7 @@ If you are unsure about a template, inspect `package.json` and `wails.json` for
| -trimpath | Remove all file system paths from the resulting executable. | false |
| -race | Build with Go's race detector | false |
| -windowsconsole | Keep the console window for Windows builds | |
| -obfuscate | Obfuscate the application using [garble](https://github.com/burrowers/garble) | false |
| -obfuscated | Obfuscate the application using [garble](https://github.com/burrowers/garble) | false |
| -garbleargs | Arguments to pass to garble | `-literals -tiny -seed=random` |
| -nosyncgomod | Do not sync go.mod with the Wails version | false |