Victor-IX / Blender-Launcher-V2

Standalone client for managing official builds of Blender 3D
GNU General Public License v3.0
355 stars 14 forks source link

Triggering Windows Security Threat #75

Closed eisenbruch closed 1 month ago

eisenbruch commented 5 months ago

image

When I build from main the exe is seen as a threat in windows security

do I have anything to worry about?

zeptofine commented 5 months ago

This happens a lot with apps that are built with Pyinstaller. You don't have anything to worry about; see https://github.com/Victor-IX/Blender-Launcher-V2/issues/59

You are seeing the same error now because you likely built a version of the software that is unfamiliar to Windows yet (master?)

eisenbruch commented 5 months ago

got it. ill have to figure out how to make the exception. thanks!