fix obfuscate build param name (#2542)

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
This commit is contained in:
憧憬Licoy
2023-04-01 21:48:03 +11:00
committed by GitHub
co-authored by Lea Anthony
parent 3404250ac8
commit 1e8b938d15
@@ -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 |