pfirsich / makelove

A build tool for löve games
MIT License
129 stars 10 forks source link

Virus warning #45

Open Unix0815 opened 2 months ago

Unix0815 commented 2 months ago

I'm on Windows 10 with love version 11.4 Every time I try to build, Windows Defender pops up because it found "Worm:Win32/AutoRun!pz" in a temporary file "RCX89D2.tmp" in the "AppData\Local\makelove\love-binaries\11.4" folder.

The tmp file is randomly generated during build and gets deleted and blocked by Windows defender instantly.

josh-perry commented 3 weeks ago

I've just started getting this as well. Allowing it in defender and retrying seems to be ok as a workaround.

I'm not sure there's anything we can do to actually solve this though.

Unix0815 commented 3 weeks ago

But how can you be sure that it's really a false positive?

josh-perry commented 3 weeks ago

because the "threat" is quite literally the love zip you would download normally:

https://github.com/pfirsich/makelove/blob/master/makelove/windows.py#L34 https://github.com/pfirsich/makelove/blob/f192818e9845683d55dbf40e0415e1cf978524e9/makelove/util.py#L84

image