Update README.md

This commit is contained in:
Your Name
2025-08-27 14:11:57 +03:00
parent 17ec207852
commit c91768aec4
-1
View File
@@ -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. Some antivirus software may flag the `.exe` files as false positives. This is a **known limitation** of packaged applications.
**Why this happens:** **Why this happens:**
- PyInstaller bundles Python runtime and libraries together
- Antivirus heuristics can misidentify packed executables as suspicious - Antivirus heuristics can misidentify packed executables as suspicious
- This affects many legitimate Python applications built with PyInstaller - This affects many legitimate Python applications built with PyInstaller