From c91768aec4336beb2b1a5d0dda5b67a3794e8484 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 27 Aug 2025 14:11:57 +0300 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ac56032..2af0b81 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,6 @@ python main.py Some antivirus software may flag the `.exe` files as false positives. This is a **known limitation** of packaged applications. **Why this happens:** -- PyInstaller bundles Python runtime and libraries together - Antivirus heuristics can misidentify packed executables as suspicious - This affects many legitimate Python applications built with PyInstaller