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