tmilovanov/wisecreator

Exe for Windows not code signed?

Closed this issue · 1 comments

Hi! the EXE file https://github.com/tmilovanov/wisecreator/blob/master/executables/wisecreator.exe seems not "code signed", so it's impossible to execute it under Windows 10. It seems the same problem which is described here: https://stackoverflow.com/questions/44377666/pyinstaller-exe-throws-windows-defender-no-publisher, so maybe it's enough to follow this link: https://stackoverflow.com/questions/252226/signing-a-windows-exe-file

@eugeniafranzoni Hi!

Yes, executables are not code signed. Though it doesn't prevent them to be run. Windows 10 gives you a warning but you can skip it. See these screenshots:

1

2