From 63f2c7fe0088935bf263a9696d8643054b5a4177 Mon Sep 17 00:00:00 2001 From: Khushboo Vashi Date: Fri, 30 May 2025 09:47:43 +0530 Subject: [PATCH] Remove the reference to the DEPENDENCIES file from the macOS build. --- pkg/mac/build-functions.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/mac/build-functions.sh b/pkg/mac/build-functions.sh index 3c36ce4ea..2c9187b48 100644 --- a/pkg/mac/build-functions.sh +++ b/pkg/mac/build-functions.sh @@ -317,7 +317,6 @@ _complete_bundle() { # License files cp -r "${SOURCE_DIR}/LICENSE" "${BUNDLE_DIR}/Contents/" - cp -r "${SOURCE_DIR}/DEPENDENCIES" "${BUNDLE_DIR}/Contents/" # Remove the .pyc files if any find "${BUNDLE_DIR}" -name "*.pyc" -print0 | xargs -0 rm -f