You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the code of electron-quick-start to test this case,
after building and packing with electron builder, and signed it using a DigiCert code signing certificate,
Windows Defender still detect it as malware and delete it automatically when user download it from the internet.
Windows Defender detect it as Trojan:Win32/Spursint.F!cl
Is it a bug or there is something wrong in my process?
The text was updated successfully, but these errors were encountered:
Can you please try reproing this issue on v22.9? I'm curious if this is a regression. My immediate guess is that there's something wrong with your process/certificate otherwise this problem would be much more pronounced in our Issues dashboard.
Can you please try reproing this issue on v22.9? I'm curious if this is a regression. My immediate guess is that there's something wrong with your process/certificate otherwise this problem would be much more pronounced in our Issues dashboard.
thank you for your reply. It seems that my publiserName is not completely match the name set in the certificate, which cause windows defender detect it as malware.
for others who come up this problem, please make sure config.win.publisherName in your build params is completely match the name you set in your code certificate.
I use the code of electron-quick-start to test this case,
after building and packing with electron builder, and signed it using a DigiCert code signing certificate,
Windows Defender still detect it as malware and delete it automatically when user download it from the internet.
Windows Defender detect it as Trojan:Win32/Spursint.F!cl
Is it a bug or there is something wrong in my process?
The text was updated successfully, but these errors were encountered: