From 365fb7304b51c7c95f8f3a82b6cdfadda8218c09 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 27 Aug 2025 01:32:03 +0300 Subject: [PATCH] Update antivirus warning in README Clarified that false positives may occur with packaged applications in general, not just those created with PyInstaller. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae6771d..ac56032 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,7 @@ python main.py #### 🛡️ 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:** - PyInstaller bundles Python runtime and libraries together