From 390ad51e0b85ce4e4dec28c14bf5268e49db3180 Mon Sep 17 00:00:00 2001 From: elias Date: Thu, 30 Oct 2025 15:28:24 +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 b879880..27eb174 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -Compile with `nuitka --standalone --windows-console-mode=disable [file].py` (`pip install nuitka`) +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 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