Update antivirus warning in README

Clarified that false positives may occur with packaged applications in general, not just those created with PyInstaller.
This commit is contained in:
Your Name
2025-08-27 01:32:03 +03:00
parent dbd0c040a6
commit 365fb7304b
+1 -1
View File
@@ -209,7 +209,7 @@ python main.py
#### 🛡️ Windows Defender / Antivirus Warning #### 🛡️ Windows Defender / Antivirus Warning
Some antivirus software may flag the `.exe` files as false positives. This is a **known limitation** of PyInstaller-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 - PyInstaller bundles Python runtime and libraries together