From c7df78028134821c69d5298814ad8942fa6b0685 Mon Sep 17 00:00:00 2001 From: Martchus Date: Fri, 20 Oct 2023 17:30:09 +0200 Subject: [PATCH] Mention problem with antivirus software in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 34fce21..2ec4197 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,8 @@ See the release section on GitHub. * for binaries checkout the [release section on GitHub](https://github.com/Martchus/tageditor/releases) * Windows SmartScreen will likely block the execution (you'll get a window saying "Windows protected your PC"); right click on the executable, select properties and tick the checkbox to allow the execution + * Antivirus software often **wrongly** considers the executable harmful. This is a known problem. Please don't create + issues about it. * the Qt 6 based version is stable and preferable but only supports Windows 10 and newer * the Qt 5 based version should still work on older versions down to Windows 7 although this is not regularly checked * for mingw-w64 PKGBUILDs checkout [my GitHub repository](https://github.com/Martchus/PKGBUILDs)