Skip to content

Commit 63f2c7f

Browse files
committed
Remove the reference to the DEPENDENCIES file from the macOS build.
1 parent 7504f62 commit 63f2c7f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pkg/mac/build-functions.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,6 @@ _complete_bundle() {
317317

318318
# License files
319319
cp -r "${SOURCE_DIR}/LICENSE" "${BUNDLE_DIR}/Contents/"
320-
cp -r "${SOURCE_DIR}/DEPENDENCIES" "${BUNDLE_DIR}/Contents/"
321320

322321
# Remove the .pyc files if any
323322
find "${BUNDLE_DIR}" -name "*.pyc" -print0 | xargs -0 rm -f

0 commit comments

Comments
 (0)