Skip to content

Fixed the AV false positives! | v1.5

Compare
Choose a tag to compare
@theJayTea theJayTea released this 16 Oct 20:25
· 171 commits to main since this release
72917fd

I now compile Writing Tools with PyInstaller, which fixes the AV false positives from the previous Nuitka compiler.

Nuitka minifies and obfuscates the code to make it smaller in size, but this results in a known issue of AVs finding it suspicious.

Well, we don't have to worry about that anymore :3