Recent Download of Desktop Version bin Folder Seems to be Corrupted

I just downloaded desktop version for Mac and installed. The bin folder looks like it's corrupted. Here is the screenshot.

 Nep4j folder shows:

#!/usr/bin/env bash
# Copyright (c) 2002-2020 "Neo4j,"
# Neo4j Sweden AB [http://neo4j.com]
# This file is a commercial add-on to Neo4j Enterprise Edition.
#

# Callers may provide the following environment variables to customize this script:
#  * JAVA_HOME
#  * JAVA_CMD
#  * NEO4J_HOME
#  * NEO4J_CONF
#  * NEO4J_START_WAIT

set -o errexit -o nounset -o pipefail
[[ "${TRACE:-}" ]] && set -o xtrace

PROGRAM="$(basename "$0")"
readonly PROGRAM

# Sets up the standard environment for running Neo4j shell scripts.
#
# Provides these environment variables:
#   NEO4J_HOME
#   NEO4J_CONF
#   NEO4J_DATA
#   NEO4J_LIB
#   NEO4J_LOGS
#   NEO4J_PIDFILE
#   NEO4J_PLUGINS
#   one per config setting, with dots converted to underscores
#
setup_environment() {
  _setup_calculated_paths
  _read_config
  _setup_configurable_paths
}
.....

Any idea?

Screen Shot 2020-07-14 at 4.14.32 PM

Just now I downloaded the Desktop version on to my MacBook Pro with Catalina v10.15.5. After moving the file to Applications, I clicked on it and I got this message.

Can somebody address this issue and let me know ASAP?

I am happy to inform that I fixed it myself and I succesfully converted all my databases from 3.5 - 4.0.3 to 4.1.0. They are all working fine!