From 423128ce81c257646e675d13dc8ea1b89fec20bd Mon Sep 17 00:00:00 2001 From: KiddoV Date: Wed, 21 Sep 2022 06:17:55 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 107847e..941fd82 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,9 @@ browser and connect to your application. To build a redistributable, production mode package, use `wails build`. Or build with [UPX](https://upx.github.io/) for better distribution size: ``wails build -upx -upxflags="--best --lzma"`` + +To use ``UPX``, you need to download and at least put the path in the ``System Enviroment Variables``: + +*Windows* +![Capture](https://user-images.githubusercontent.com/28552977/191490618-b84d307e-f783-4c68-bd90-3f484de25478.PNG) +