Ultimaker / cura-build-environment

CMake project to build dependencies for Cura
GNU Affero General Public License v3.0
24 stars 55 forks source link

CURA-9191 virus total partial fix #133

Closed evtrados closed 2 years ago

evtrados commented 2 years ago

Ultimaker-Cura.exe was perceived as malicious software by some vendors after uploading it to virustotal.com. As a result, for Windows we have to compile pyinstaller's bootloader first before installing the package, which whitelists the Cura binary for some vendors. Not for all, though, so this is not a full fix of the original issue, but at least it's a step towards that. Furthermore, some extra additions are added in this PR:

Contributes to CURA-9191