From 02d4c65e01f36a15bccdf2b183f53271f70e4686 Mon Sep 17 00:00:00 2001 From: stffabi Date: Thu, 9 Dec 2021 11:03:19 +0100 Subject: [PATCH] [docs] Add info about upx and antivirus vendors --- website/docs/reference/cli.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/docs/reference/cli.mdx b/website/docs/reference/cli.mdx index 551e671c5..3ae0c4565 100644 --- a/website/docs/reference/cli.mdx +++ b/website/docs/reference/cli.mdx @@ -82,6 +82,12 @@ Example: ::: +:::info UPX on Windows + + Some Antivirus vendors false positively mark `upx` compressed binaries as virus, see [issue](https://github.com/upx/upx/issues/437). + +::: + ## doctor `wails doctor` will run diagnostics to ensure that your system is ready for development.