From fc2dc6c202361a5f288993909fa53ae8ccd9dce1 Mon Sep 17 00:00:00 2001 From: elias Date: Thu, 30 Oct 2025 15:39:32 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 24ad63d..dff1871 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ Compile with `nuitka --standalone --windows-console-mode=disable [file].py` (`pip install nuitka`)

`--standalone` will output a dist with one .exe and a bunch of .pyd & .dll files, which are required for the exe to run.
-there is also `--onefile` which will bundle everything into one singular .exe, but this exe gets flagged by windows defender, thus --standalone is prefered. \ No newline at end of file +there is also `--onefile` which will bundle everything into one singular .exe, but this exe gets flagged by windows defender, thus --standalone is prefered.

+Call client with `client.py --enable/--disable` boolean flag reflects the state of the firewall rule. \ No newline at end of file