5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 03:20:09 +08:00

Fix link to project config

This commit is contained in:
Lea Anthony 2024-05-05 17:35:50 +10:00
parent afceac13fa
commit acc89e522e
No known key found for this signature in database
GPG Key ID: 33DAF7BB90A58405

View File

@ -14,7 +14,7 @@ To customise the obfuscation settings, you can use the `-garbleargs` flag:
wails build -obfuscated -garbleargs "-literals -tiny -seed=myrandomseed"
```
These settings may be persisted in your [project config](../reference/project-config).
These settings may be persisted in your [project config](../reference/project-config.mdx).
## How it works