Remove the reference to the DEPENDENCIES file from the macOS build.

pull/8806/head
Khushboo Vashi 2025-05-30 09:47:43 +05:30
parent 7504f6216a
commit 63f2c7fe00
1 changed files with 0 additions and 1 deletions

View File

@ -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