diff --git a/dist/platforms/mac/entrypoint.sh b/dist/platforms/mac/entrypoint.sh index ccfac037..0e2a2b24 100755 --- a/dist/platforms/mac/entrypoint.sh +++ b/dist/platforms/mac/entrypoint.sh @@ -4,7 +4,7 @@ # Create directories for license activation # -$UNITY_LICENSE_PATH="/Library/Application\ Support/Unity" +UNITY_LICENSE_PATH="/Library/Application Support/Unity" if [ -d "$UNITY_LICENSE_PATH"] sudo mkdir "$UNITY_LICENSE_PATH"