Update README.md

This commit is contained in:
2025-10-30 15:28:24 +01:00
parent b429d191b3
commit 390ad51e0b

View File

@@ -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`)<br>
`--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.