-
Beta Was this translation helpful? Give feedback.
Answered by
theJayTea
Mar 10, 2025
Replies: 1 comment
-
Hi @ppadiya, thanks for taking the time to reach out. Please see: #166 (comment). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
theJayTea
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @ppadiya, thanks for taking the time to reach out. Please see: #166 (comment).
TL;DR: It’s a false positive due to PyInstaller (you can scan the source code and it’ll have no detections, but if you compile it yourself with PyInstaller, it’ll have an AV heuristic detection) as it creates exes with the same signature - from malware to legitimate programs.
I’m working to try and do something about this for the next version.