Blender .dmg file has wrong permissions

If you copy Blender.app to /Applications, the permissons give only the installer
the permissions to run blender. If other users log on your Mac, they can not run Blender.app.

Please fix the content of Blender.dmg with these simple commands:
chmod 755 Blender.app/Contents/MacOS/Blender
cd Blender.app/Contents
find Resources -type d -exec chmod 755 {} ;

If you have already installed Blender.app on Mac, you can use the same commands
to make Blender.app useable for all users on your Mac.

These commands are working, if you are the user root.
Use sudo bash to become the user root on your Mac.

Kind regards
a.R.