That is a classic problem when distributing independent executables on Windows!
When an application is compiled in w64devkit/MinGW without a valid digital signature (Certificate Signing), Windows treats the executable as untrusted. On the first run, Windows Defender SmartScreen blocks it and...