mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
obfuscated instead of obfuscate in the docs (#1895)
the option in the docs is the wrong flag you have to add a d at the end
This commit is contained in:
parent
022fd9afff
commit
2940a9e7ef
1 changed files with 2 additions and 2 deletions
|
|
@ -5,13 +5,13 @@ Wails includes support for obfuscating your application using [garble](https://g
|
|||
To produce an obfuscated build, you can use the `-obfuscate` flag with the `wails build` command:
|
||||
|
||||
```bash
|
||||
wails build -obfuscate
|
||||
wails build -obfuscated
|
||||
```
|
||||
|
||||
To customise the obfuscation settings, you can use the `-garbleargs` flag:
|
||||
|
||||
```bash
|
||||
wails build -obfuscate -garbleargs "-literals -tiny -seed=myrandomseed"
|
||||
wails build -obfuscated -garbleargs "-literals -tiny -seed=myrandomseed"
|
||||
```
|
||||
|
||||
These settings may be persisted in your [project config](../reference/project-config).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue