Thanks, it's always tricky to build game applications on a windows machine for mac OS because of the permission system mac has.
If possible you could try to change the permissions via terminal:
- Open Terminal
- cd to the *.app folder
- xattr -rc *.app
- Double-click, it opens
Let me know if that works for you