From dd6d7ce43422bce9d864a7e54703e10795cce44a Mon Sep 17 00:00:00 2001 From: elias Date: Thu, 30 Oct 2025 15:46:19 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a87d889..4239f03 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ 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.

+there is also `--onefile` which will bundle everything into one singular .exe, but this exe gets flagged by windows defender, thus --standalone is preferred.

Call client with `client.py --enable/--disable`, boolean flag reflects the state of the firewall rule.
Server needs to be ran with admin privileges to be able to manage firewall rules. \ No newline at end of file