Hi, seems you are facing an executable file attribute flag being missed on {YOURAPP}.app/Contents/MacOS/{EXECUTABLE} file.
The root cause of this issue is that in the Windows file system, there is no executable file attribute flag. When you move your .app to Mac you need to set it manually with chmod.
There are other nuances covered here