From 1e8b938d15c880a68f60f15bed3422a7a3b94a2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=86=A7=E6=86=ACLicoy?= Date: Sat, 1 Apr 2023 18:48:03 +0800 Subject: [PATCH] fix `obfuscate` build param name (#2542) Co-authored-by: Lea Anthony --- website/versioned_docs/version-v2.4.0/reference/cli.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/versioned_docs/version-v2.4.0/reference/cli.mdx b/website/versioned_docs/version-v2.4.0/reference/cli.mdx index c76baaad..d7bfaad7 100644 --- a/website/versioned_docs/version-v2.4.0/reference/cli.mdx +++ b/website/versioned_docs/version-v2.4.0/reference/cli.mdx @@ -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 |